Html Css Color HEX #FC2006 Scarlet

📋 copy color: '#FC2006'

red 252 ◦ green 32 ◦ blue 6

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

Shades of Scarlet #FC2006

Tints of Scarlet #FC2006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.07%

R = 86.9%
G = 11.03%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC2006 (or 0xFC2006) is known color: Scarlet. HEX triplet: FC, 20 and 06. RGB value is (252,32,6). Sum of RGB (Red+Green+Blue) = 252+32+6=290 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.90% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2006 is #03DFF9. Grayscale: #5F5F5F. Windows color (decimal): -253946 or 401660. OLE color: 401660.

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

Color convert

RGB 252 32 6 -
CMYK 0 0.87 0.98 0.01
HSL 6.34º 0.98% 0.51% -
HSV(B) 6.34º 0.98% 0.99% -
XYZ 40.69 21.74 2.22 -
YUV 94.82 77.89 240.11 -
System Red Green Blue C M Y K H S L
Decimal 252 32 6 0 0.87 0.98 0.01 6.34 0.98 0.51
Hex FC 20 6 0 57 62 1 6 62 33
Octal 374 40 6 0 127 142 1 6 142 63
Binary 11111100 100000 110 0 1010111 1100010 1 110 1100010 110011

Color Harmonies of #FC2006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2006

Black with #FC2006

Text Example


Text Example

White with #FC2006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2006; }

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

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

background-color css

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

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

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

border-color css

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

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

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