Shades of Cinnabar #F05124
Tints of Cinnabar #F05124
RGB
CMYK
RGB Variations
Color information
#F05124 (or 0xF05124) is known color: Cinnabar. HEX triplet: F0, 51 and 24. RGB value is (240,81,36). Sum of RGB (Red+Green+Blue) = 240+81+36=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F05124 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05124 is #0FAEDB. Grayscale: #7B7B7B. Windows color (decimal): -1027804 or 2380272. OLE color: 2380272.
HSL color Cylindrical-coordinate representation of color #F05124: hue angle of 13.24º 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 #F05124 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 36 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.06 |
| HSL | 13.24º | 0.87% | 0.54% | - |
| HSV(B) | 13.24º | 0.85% | 0.94% | - |
| XYZ | 39.2 | 24.54 | 4.34 | - |
| YUV | 123.41 | 78.68 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 36 | 0 | 0.66 | 0.85 | 0.06 | 13.24 | 0.87 | 0.54 |
| Hex | F0 | 51 | 24 | 0 | 42 | 55 | 6 | D | 57 | 36 |
| Octal | 360 | 121 | 44 | 0 | 102 | 125 | 6 | 15 | 127 | 66 |
| Binary | 11110000 | 1010001 | 100100 | 0 | 1000010 | 1010101 | 110 | 1101 | 1010111 | 110110 |
Color Harmonies of #F05124
Complementary color
Monochromatic Colors of #F05124
Black with #F05124
Text Example
Text Example
White with #F05124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05124; }
p { color: rgb(240,81,36); }
H1.HeaderClassName
{
color: #F05124;
}
.AnyTagClassName
{
color: #F05124;
}
</style>
background-color css
<style>
a { background-color: #F05124; }
a { background-color: rgb(240,81,36); }
div.DivClassName
{
background-color: #F05124;
}
.BgClassName
{
background-color: #F05124;
}
</style>
border-color css
<style>
span { border-color: #F05124; }
span { border-color: rgb(240,81,36); }
td.TdClassName
{
border-color: #F05124;
}
.TagClassName
{
border-color: #F05124;
}
</style>