Html Css Color HEX #FC2708 Scarlet

📋 copy color: '#FC2708'

red 252 ◦ green 39 ◦ blue 8

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

Shades of Scarlet #FC2708

Tints of Scarlet #FC2708

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.04%

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

R = 84.28%
G = 13.04%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC2708 (or 0xFC2708) is known color: Scarlet. HEX triplet: FC, 27 and 08. RGB value is (252,39,8). Sum of RGB (Red+Green+Blue) = 252+39+8=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2708 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2708 is #03D8F7. Grayscale: #636363. Windows color (decimal): -252152 or 534524. OLE color: 534524.

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

Color convert

RGB 252 39 8 -
CMYK 0 0.85 0.97 0.01
HSL 7.62º 0.98% 0.51% -
HSV(B) 7.62º 0.97% 0.99% -
XYZ 40.91 22.16 2.35 -
YUV 99.15 76.57 237.02 -
System Red Green Blue C M Y K H S L
Decimal 252 39 8 0 0.85 0.97 0.01 7.62 0.98 0.51
Hex FC 27 8 0 55 61 1 8 62 33
Octal 374 47 10 0 125 141 1 10 142 63
Binary 11111100 100111 1000 0 1010101 1100001 1 1000 1100010 110011

Color Harmonies of #FC2708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2708

Black with #FC2708

Text Example


Text Example

White with #FC2708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2708; }

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

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

background-color css

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

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

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

border-color css

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

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

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