Html Css Color HEX #FC2008 Scarlet

📋 copy color: '#FC2008'

red 252 ◦ green 32 ◦ blue 8

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

Shades of Scarlet #FC2008

Tints of Scarlet #FC2008

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

 BLUE value IS 8 (3.52% from 255) = 2.74%

R = 86.3%
G = 10.96%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC2008 (or 0xFC2008) is known color: Scarlet. HEX triplet: FC, 20 and 08. RGB value is (252,32,8). Sum of RGB (Red+Green+Blue) = 252+32+8=292 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.30% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2008 is #03DFF7. Grayscale: #5F5F5F. Windows color (decimal): -253944 or 532732. OLE color: 532732.

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

Color convert

RGB 252 32 8 -
CMYK 0 0.87 0.97 0.01
HSL 5.9º 0.98% 0.51% -
HSV(B) 5.9º 0.97% 0.99% -
XYZ 40.71 21.75 2.28 -
YUV 95.04 78.89 239.95 -
System Red Green Blue C M Y K H S L
Decimal 252 32 8 0 0.87 0.97 0.01 5.9 0.98 0.51
Hex FC 20 8 0 57 61 1 6 62 33
Octal 374 40 10 0 127 141 1 6 142 63
Binary 11111100 100000 1000 0 1010111 1100001 1 110 1100010 110011

Color Harmonies of #FC2008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2008

Black with #FC2008

Text Example


Text Example

White with #FC2008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2008; }

 p { color: rgb(252,32,8); }

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

background-color css

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

 a { background-color: rgb(252,32,8); }

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

border-color css

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

 span { border-color: rgb(252,32,8); }

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