#F04236

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

Shades of Cinnabar #F04236

Tints of Cinnabar #F04236

Color information

#F04236 (or 0xF04236) is unknown color: approx Cinnabar. HEX triplet: F0, 42 and 36. RGB value is (240,66,54). Sum of RGB (Red+Green+Blue) = 240+66+54=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F04236 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04236 is #0FBDC9. Grayscale: #747474. Windows color (decimal): -1031626 or 3556080. OLE color: 3556080.

HSL color Cylindrical-coordinate representation of color #F04236: hue angle of 3.87º 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 #F04236 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB2406654-
CMYK00.720.780.06
HSL3.87º86.11%57.65%-
HSV(B)3.87º77.5%94.12%-
XYZ38.5522.695.84-
YUV116.6692.65215.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 66.67%
GREEN value IS 66 (26.17% from 255) = 18.33%
BLUE value IS 54 (21.48% from 255) = 15%
R=66.67%
G=18.33%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240665400.720.780.063.8786.1157.65
HexF042360484E64563a
Octal3601026601101166412672
Binary1111000010000101101100100100010011101101001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04236; }

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

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

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

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

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

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

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

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