Html Css Color HEX #FC0905 Red

📋 copy color: '#FC0905'

red 252 ◦ green 9 ◦ blue 5

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

Shades of Red #FC0905

Tints of Red #FC0905

RGB

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

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

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

R = 94.74%
G = 3.38%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC0905 (or 0xFC0905) is known color: Red. HEX triplet: FC, 09 and 05. RGB value is (252,9,5). Sum of RGB (Red+Green+Blue) = 252+9+5=266 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.74% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0905 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0905 is #03F6FA. Grayscale: #515151. Windows color (decimal): -259835 or 330236. OLE color: 330236.

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

Color convert

RGB 252 9 5 -
CMYK 0 0.96 0.98 0.01
HSL 0.97º 0.98% 0.5% -
HSV(B) 0.97º 0.98% 0.99% -
XYZ 40.27 20.9 2.06 -
YUV 81.2 85.01 249.83 -
System Red Green Blue C M Y K H S L
Decimal 252 9 5 0 0.96 0.98 0.01 0.97 0.98 0.5
Hex FC 9 5 0 60 62 1 1 62 32
Octal 374 11 5 0 140 142 1 1 142 62
Binary 11111100 1001 101 0 1100000 1100010 1 1 1100010 110010

Color Harmonies of #FC0905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0905

Black with #FC0905

Text Example


Text Example

White with #FC0905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0905; }

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

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

background-color css

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

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

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

border-color css

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

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

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