#F03D36

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

Shades of Cinnabar #F03D36

Tints of Cinnabar #F03D36

Color information

#F03D36 (or 0xF03D36) is unknown color: approx Cinnabar. HEX triplet: F0, 3D and 36. RGB value is (240,61,54). Sum of RGB (Red+Green+Blue) = 240+61+54=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D36 is #0FC2C9. Grayscale: #717171. Windows color (decimal): -1032906 or 3554800. OLE color: 3554800.

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

Color convert

RGB2406154-
CMYK00.750.780.06
HSL2.26º86.11%57.65%-
HSV(B)2.26º77.5%94.12%-
XYZ38.2722.135.74-
YUV113.7294.3218.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 67.61%
GREEN value IS 61 (24.22% from 255) = 17.18%
BLUE value IS 54 (21.48% from 255) = 15.21%
R=67.61%
G=17.18%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240615400.750.780.062.2686.1157.65
HexF03D3604B4E62563a
Octal360756601131166212672
Binary11110000111101110110010010111001110110101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03D36; }

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

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

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

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

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

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

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

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