Html Css Color HEX #FC2F08 Scarlet

📋 copy color: '#FC2F08'

red 252 ◦ green 47 ◦ blue 8

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

Shades of Scarlet #FC2F08

Tints of Scarlet #FC2F08

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.31%

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

R = 82.08%
G = 15.31%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC2F08 (or 0xFC2F08) is known color: Scarlet. HEX triplet: FC, 2F and 08. RGB value is (252,47,8). Sum of RGB (Red+Green+Blue) = 252+47+8=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2F08 is #03D0F7. Grayscale: #686868. Windows color (decimal): -250104 or 536572. OLE color: 536572.

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

Color convert

RGB 252 47 8 -
CMYK 0 0.81 0.97 0.01
HSL 9.59º 0.98% 0.51% -
HSV(B) 9.59º 0.97% 0.99% -
XYZ 41.21 22.75 2.45 -
YUV 103.85 73.92 233.67 -
System Red Green Blue C M Y K H S L
Decimal 252 47 8 0 0.81 0.97 0.01 9.59 0.98 0.51
Hex FC 2F 8 0 51 61 1 A 62 33
Octal 374 57 10 0 121 141 1 12 142 63
Binary 11111100 101111 1000 0 1010001 1100001 1 1010 1100010 110011

Color Harmonies of #FC2F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2F08

Black with #FC2F08

Text Example


Text Example

White with #FC2F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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