#F03D20

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

Shades of Cinnabar #F03D20

Tints of Cinnabar #F03D20

Color information

#F03D20 (or 0xF03D20) is unknown color: approx Cinnabar. HEX triplet: F0, 3D and 20. RGB value is (240,61,32). Sum of RGB (Red+Green+Blue) = 240+61+32=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D20 is #0FC2DF. Grayscale: #6F6F6F. Windows color (decimal): -1032928 or 2113008. OLE color: 2113008.

HSL color Cylindrical-coordinate representation of color #F03D20: hue angle of 8.37º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F03D20 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB2406132-
CMYK00.750.870.06
HSL8.37º87.39%53.33%-
HSV(B)8.37º86.67%94.12%-
XYZ37.8621.973.61-
YUV111.2183.3219.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 72.07%
GREEN value IS 61 (24.22% from 255) = 18.32%
BLUE value IS 32 (12.89% from 255) = 9.61%
R=72.07%
G=18.32%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240613200.750.870.068.3787.3953.33
HexF03D2004B57685735
Octal3607540011312761012765
Binary1111000011110110000001001011101011111010001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03D20; }

 p { color: rgb(240,61,32); }

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

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

 a { background-color: rgb(240,61,32); }

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

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

 span { border-color: rgb(240,61,32); }

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