#FC0D05

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

Shades of Red #FC0D05

Tints of Red #FC0D05

Color information

#FC0D05 (or 0xFC0D05) is unknown color: approx Red. HEX triplet: FC, 0D and 05. RGB value is (252,13,5). Sum of RGB (Red+Green+Blue) = 252+13+5=270 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.33% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0D05 is #03F2FA. Grayscale: #535353. Windows color (decimal): -258811 or 331260. OLE color: 331260.

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

Color convert

RGB252135-
CMYK00.950.980.01
HSL1.94º97.63%50.39%-
HSV(B)1.94º98.02%98.82%-
XYZ40.3220.992.07-
YUV83.5583.68248.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 93.33%
GREEN value IS 13 (5.47% from 255) = 4.81%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=93.33%
G=4.81%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213500.950.980.011.9497.6350.39
HexFCD505F62126232
Octal37415501371421214262
Binary1111110011011010101111111000101101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0D05; }

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

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

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

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

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

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

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

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