Shades of Cinnabar #F04324
Tints of Cinnabar #F04324
RGB
CMYK
RGB Variations
Color information
#F04324 (or 0xF04324) is known color: Cinnabar. HEX triplet: F0, 43 and 24. RGB value is (240,67,36). Sum of RGB (Red+Green+Blue) = 240+67+36=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F04324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04324 is #0FBCDB. Grayscale: #737373. Windows color (decimal): -1031388 or 2376688. OLE color: 2376688.
HSL color Cylindrical-coordinate representation of color #F04324: hue angle of 9.12º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F04324 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 36 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.06 |
| HSL | 9.12º | 0.87% | 0.54% | - |
| HSV(B) | 9.12º | 0.85% | 0.94% | - |
| XYZ | 38.26 | 22.67 | 4.03 | - |
| YUV | 115.19 | 83.31 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 36 | 0 | 0.72 | 0.85 | 0.06 | 9.12 | 0.87 | 0.54 |
| Hex | F0 | 43 | 24 | 0 | 48 | 55 | 6 | 9 | 57 | 36 |
| Octal | 360 | 103 | 44 | 0 | 110 | 125 | 6 | 11 | 127 | 66 |
| Binary | 11110000 | 1000011 | 100100 | 0 | 1001000 | 1010101 | 110 | 1001 | 1010111 | 110110 |
Color Harmonies of #F04324
Complementary color
Monochromatic Colors of #F04324
Black with #F04324
Text Example
Text Example
White with #F04324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04324; }
p { color: rgb(240,67,36); }
H1.HeaderClassName
{
color: #F04324;
}
.AnyTagClassName
{
color: #F04324;
}
</style>
background-color css
<style>
a { background-color: #F04324; }
a { background-color: rgb(240,67,36); }
div.DivClassName
{
background-color: #F04324;
}
.BgClassName
{
background-color: #F04324;
}
</style>
border-color css
<style>
span { border-color: #F04324; }
span { border-color: rgb(240,67,36); }
td.TdClassName
{
border-color: #F04324;
}
.TagClassName
{
border-color: #F04324;
}
</style>