Html Css Color HEX #FC0908 Red

📋 copy color: '#FC0908'

red 252 ◦ green 9 ◦ blue 8

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

Shades of Red #FC0908

Tints of Red #FC0908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.35%

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

R = 93.68%
G = 3.35%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC0908 (or 0xFC0908) is known color: Red. HEX triplet: FC, 09 and 08. RGB value is (252,9,8). Sum of RGB (Red+Green+Blue) = 252+9+8=269 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.68% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0908 is #03F6F7. Grayscale: #515151. Windows color (decimal): -259832 or 526844. OLE color: 526844.

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

Color convert

RGB 252 9 8 -
CMYK 0 0.96 0.97 0.01
HSL 0.25º 0.98% 0.51% -
HSV(B) 0.25º 0.97% 0.99% -
XYZ 40.29 20.91 2.14 -
YUV 81.54 86.51 249.58 -
System Red Green Blue C M Y K H S L
Decimal 252 9 8 0 0.96 0.97 0.01 0.25 0.98 0.51
Hex FC 9 8 0 60 61 1 0 62 33
Octal 374 11 10 0 140 141 1 0 142 63
Binary 11111100 1001 1000 0 1100000 1100001 1 0 1100010 110011

Color Harmonies of #FC0908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0908

Black with #FC0908

Text Example


Text Example

White with #FC0908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0908; }

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

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

background-color css

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

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

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

border-color css

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

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

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