Html Css Color HEX #FC2808 Scarlet

📋 copy color: '#FC2808'

red 252 ◦ green 40 ◦ blue 8

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

Shades of Scarlet #FC2808

Tints of Scarlet #FC2808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.33%

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

R = 84%
G = 13.33%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC2808 (or 0xFC2808) is known color: Scarlet. HEX triplet: FC, 28 and 08. RGB value is (252,40,8). Sum of RGB (Red+Green+Blue) = 252+40+8=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2808 is #03D7F7. Grayscale: #646464. Windows color (decimal): -251896 or 534780. OLE color: 534780.

HSL color Cylindrical-coordinate representation of color #FC2808: hue angle of 7.87º 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 #FC2808 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 40 8 -
CMYK 0 0.84 0.97 0.01
HSL 7.87º 0.98% 0.51% -
HSV(B) 7.87º 0.97% 0.99% -
XYZ 40.95 22.23 2.36 -
YUV 99.74 76.24 236.6 -
System Red Green Blue C M Y K H S L
Decimal 252 40 8 0 0.84 0.97 0.01 7.87 0.98 0.51
Hex FC 28 8 0 54 61 1 8 62 33
Octal 374 50 10 0 124 141 1 10 142 63
Binary 11111100 101000 1000 0 1010100 1100001 1 1000 1100010 110011

Color Harmonies of #FC2808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2808

Black with #FC2808

Text Example


Text Example

White with #FC2808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2808; }

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

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

background-color css

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

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

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

border-color css

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

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

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