Html Css Color HEX #FC1609 Scarlet

📋 copy color: '#FC1609'

red 252 ◦ green 22 ◦ blue 9

#FC1609
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #FC1609

Tints of Scarlet #FC1609

RGB

 RED value IS 252 (98.83% from 255) = 89.05%

 GREEN value IS 22 (8.98% from 255) = 7.77%

 BLUE value IS 9 (3.91% from 255) = 3.18%

R = 89.05%
G = 7.77%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC1609 (or 0xFC1609) is known color: Scarlet. HEX triplet: FC, 16 and 09. RGB value is (252,22,9). Sum of RGB (Red+Green+Blue) = 252+22+9=283 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.05% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1609 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1609 is #03E9F6. Grayscale: #595959. Windows color (decimal): -256503 or 595708. OLE color: 595708.

HSL color Cylindrical-coordinate representation of color #FC1609: hue angle of 3.21º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC1609 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 22 9 -
CMYK 0 0.91 0.96 0.01
HSL 3.21º 0.98% 0.51% -
HSV(B) 3.21º 0.96% 0.99% -
XYZ 40.48 21.29 2.23 -
YUV 89.29 82.7 244.06 -
System Red Green Blue C M Y K H S L
Decimal 252 22 9 0 0.91 0.96 0.01 3.21 0.98 0.51
Hex FC 16 9 0 5B 60 1 3 62 33
Octal 374 26 11 0 133 140 1 3 142 63
Binary 11111100 10110 1001 0 1011011 1100000 1 11 1100010 110011

Color Harmonies of #FC1609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1609

Black with #FC1609

Text Example


Text Example

White with #FC1609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1609; }

 p { color: rgb(252,22,9); }

 H1.HeaderClassName
 {
   color: #FC1609;
 }
 .AnyTagClassName
 {
   color: #FC1609;
 }
</style>

background-color css

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

 a { background-color: rgb(252,22,9); }

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

border-color css

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

 span { border-color: rgb(252,22,9); }

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