#FC0C09

Color #FC0C09 Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red #FC0C09

Tints of Red #FC0C09

Color information

#FC0C09 (or 0xFC0C09) is unknown color: approx Red. HEX triplet: FC, 0C and 09. RGB value is (252,12,9). Sum of RGB (Red+Green+Blue) = 252+12+9=273 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.31% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0C09 is #03F3F6. Grayscale: #535353. Windows color (decimal): -259063 or 593148. OLE color: 593148.

HSL color Cylindrical-coordinate representation of color #FC0C09: hue angle of 0.74º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0C09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB252129-
CMYK00.950.960.01
HSL0.74º97.59%51.18%-
HSV(B)0.74º96.43%98.82%-
XYZ40.3320.982.18-
YUV83.4286.01248.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 92.31%
GREEN value IS 12 (5.08% from 255) = 4.40%
BLUE value IS 9 (3.91% from 255) = 3.30%
R=92.31%
G=4.40%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212900.950.960.010.7497.5951.18
HexFCC905F60116233
Octal374141101371401114263
Binary1111110011001001010111111100000111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0C09; }

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

 H1.HeaderClassName
 {
   color: #FC0C09;
 }
 .AnyTagClassName
 {
   color: #FC0C09;
 }
</style>
background-color css

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

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

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

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

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

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