Shades of Cinnabar #F03924
Tints of Cinnabar #F03924
RGB
CMYK
RGB Variations
Color information
#F03924 (or 0xF03924) is known color: Cinnabar. HEX triplet: F0, 39 and 24. RGB value is (240,57,36). Sum of RGB (Red+Green+Blue) = 240+57+36=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F03924 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03924 is #0FC6DB. Grayscale: #6D6D6D. Windows color (decimal): -1033948 or 2374128. OLE color: 2374128.
HSL color Cylindrical-coordinate representation of color #F03924: hue angle of 6.18º 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 #F03924 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 36 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.06 |
| HSL | 6.18º | 0.87% | 0.54% | - |
| HSV(B) | 6.18º | 0.85% | 0.94% | - |
| XYZ | 37.72 | 21.58 | 3.85 | - |
| YUV | 109.32 | 86.63 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 36 | 0 | 0.76 | 0.85 | 0.06 | 6.18 | 0.87 | 0.54 |
| Hex | F0 | 39 | 24 | 0 | 4C | 55 | 6 | 6 | 57 | 36 |
| Octal | 360 | 71 | 44 | 0 | 114 | 125 | 6 | 6 | 127 | 66 |
| Binary | 11110000 | 111001 | 100100 | 0 | 1001100 | 1010101 | 110 | 110 | 1010111 | 110110 |
Color Harmonies of #F03924
Complementary color
Monochromatic Colors of #F03924
Black with #F03924
Text Example
Text Example
White with #F03924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03924; }
p { color: rgb(240,57,36); }
H1.HeaderClassName
{
color: #F03924;
}
.AnyTagClassName
{
color: #F03924;
}
</style>
background-color css
<style>
a { background-color: #F03924; }
a { background-color: rgb(240,57,36); }
div.DivClassName
{
background-color: #F03924;
}
.BgClassName
{
background-color: #F03924;
}
</style>
border-color css
<style>
span { border-color: #F03924; }
span { border-color: rgb(240,57,36); }
td.TdClassName
{
border-color: #F03924;
}
.TagClassName
{
border-color: #F03924;
}
</style>