Html Css Color HEX #FC2005 Scarlet

📋 copy color: '#FC2005'

red 252 ◦ green 32 ◦ blue 5

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

Shades of Scarlet #FC2005

Tints of Scarlet #FC2005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.73%

R = 87.2%
G = 11.07%
B = 1.73%

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

#FC2005 (or 0xFC2005) is known color: Scarlet. HEX triplet: FC, 20 and 05. RGB value is (252,32,5). Sum of RGB (Red+Green+Blue) = 252+32+5=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2005 is #03DFFA. Grayscale: #5F5F5F. Windows color (decimal): -253947 or 336124. OLE color: 336124.

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

Color convert

RGB 252 32 5 -
CMYK 0 0.87 0.98 0.01
HSL 6.56º 0.98% 0.5% -
HSV(B) 6.56º 0.98% 0.99% -
XYZ 40.69 21.74 2.2 -
YUV 94.7 77.39 240.2 -
System Red Green Blue C M Y K H S L
Decimal 252 32 5 0 0.87 0.98 0.01 6.56 0.98 0.5
Hex FC 20 5 0 57 62 1 7 62 32
Octal 374 40 5 0 127 142 1 7 142 62
Binary 11111100 100000 101 0 1010111 1100010 1 111 1100010 110010

Color Harmonies of #FC2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2005

Black with #FC2005

Text Example


Text Example

White with #FC2005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2005; }

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

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

background-color css

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

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

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

border-color css

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

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

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