Shades of Cinnabar #F14924
Tints of Cinnabar #F14924
RGB
CMYK
RGB Variations
Color information
#F14924 (or 0xF14924) is known color: Cinnabar. HEX triplet: F1, 49 and 24. RGB value is (241,73,36). Sum of RGB (Red+Green+Blue) = 241+73+36=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F14924 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14924 is #0EB6DB. Grayscale: #777777. Windows color (decimal): -964316 or 2378225. OLE color: 2378225.
HSL color Cylindrical-coordinate representation of color #F14924: hue angle of 10.83º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F14924 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 36 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.05 |
| HSL | 10.83º | 0.88% | 0.54% | - |
| HSV(B) | 10.83º | 0.85% | 0.95% | - |
| XYZ | 38.98 | 23.59 | 4.17 | - |
| YUV | 119.01 | 81.16 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 36 | 0 | 0.70 | 0.85 | 0.05 | 10.83 | 0.88 | 0.54 |
| Hex | F1 | 49 | 24 | 0 | 46 | 55 | 5 | B | 58 | 36 |
| Octal | 361 | 111 | 44 | 0 | 106 | 125 | 5 | 13 | 130 | 66 |
| Binary | 11110001 | 1001001 | 100100 | 0 | 1000110 | 1010101 | 101 | 1011 | 1011000 | 110110 |
Color Harmonies of #F14924
Complementary color
Monochromatic Colors of #F14924
Black with #F14924
Text Example
Text Example
White with #F14924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14924; }
p { color: rgb(241,73,36); }
H1.HeaderClassName
{
color: #F14924;
}
.AnyTagClassName
{
color: #F14924;
}
</style>
background-color css
<style>
a { background-color: #F14924; }
a { background-color: rgb(241,73,36); }
div.DivClassName
{
background-color: #F14924;
}
.BgClassName
{
background-color: #F14924;
}
</style>
border-color css
<style>
span { border-color: #F14924; }
span { border-color: rgb(241,73,36); }
td.TdClassName
{
border-color: #F14924;
}
.TagClassName
{
border-color: #F14924;
}
</style>