#fa1701

Color #FA1701 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #FA1701

Tints of Scarlet #FA1701

Color information

#FA1701 (or 0xFA1701) is unknown color: approx Scarlet. HEX triplet: FA, 17 and 01. RGB value is (250,23,1). Sum of RGB (Red+Green+Blue) = 250+23+1=274 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.24% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1701 is #05E8FE. Grayscale: #585858. Windows color (decimal): -387327 or 71674. OLE color: 71674.

HSL color Cylindrical-coordinate representation of color #FA1701: hue angle of 5.3º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA1701 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB250231-
CMYK00.911.000.02
HSL5.3º99.2%49.22%-
HSV(B)5.3º99.6%98.04%-
XYZ39.7420.941.98-
YUV88.3678.71243.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 91.24%
GREEN value IS 23 (9.38% from 255) = 8.39%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=91.24%
G=8.39%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023100.911.000.025.399.249.22
HexFA17105B64256331
Octal37227101331442514361
Binary11111010101111010110111100100101011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa1701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa1701; }

 p { color: rgb(250,23,1); }

 H1.HeaderClassName
 {
   color: #fa1701;
 }
 .AnyTagClassName
 {
   color: #fa1701;
 }
</style>
background-color css

<style>
 a { background-color: #fa1701; }

 a { background-color: rgb(250,23,1); }

 div.DivClassName
 {
   background-color: #fa1701;
 }
 .BgClassName
 {
   background-color: #fa1701;
 }
</style>
border-color css

<style>
 span { border-color: #fa1701; }

 span { border-color: rgb(250,23,1); }

 td.TdClassName
 {
   border-color: #fa1701;
 }
 .TagClassName
 {
   border-color: #fa1701;
 }
</style>