Shades of Cinnabar #F14324
Tints of Cinnabar #F14324
RGB
CMYK
RGB Variations
Color information
#F14324 (or 0xF14324) is known color: Cinnabar. HEX triplet: F1, 43 and 24. RGB value is (241,67,36). Sum of RGB (Red+Green+Blue) = 241+67+36=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F14324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14324 is #0EBCDB. Grayscale: #737373. Windows color (decimal): -965852 or 2376689. OLE color: 2376689.
HSL color Cylindrical-coordinate representation of color #F14324: hue angle of 9.07º 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 #F14324 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 36 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.05 |
| HSL | 9.07º | 0.88% | 0.54% | - |
| HSV(B) | 9.07º | 0.85% | 0.95% | - |
| XYZ | 38.6 | 22.84 | 4.04 | - |
| YUV | 115.49 | 83.15 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 36 | 0 | 0.72 | 0.85 | 0.05 | 9.07 | 0.88 | 0.54 |
| Hex | F1 | 43 | 24 | 0 | 48 | 55 | 5 | 9 | 58 | 36 |
| Octal | 361 | 103 | 44 | 0 | 110 | 125 | 5 | 11 | 130 | 66 |
| Binary | 11110001 | 1000011 | 100100 | 0 | 1001000 | 1010101 | 101 | 1001 | 1011000 | 110110 |
Color Harmonies of #F14324
Complementary color
Monochromatic Colors of #F14324
Black with #F14324
Text Example
Text Example
White with #F14324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14324; }
p { color: rgb(241,67,36); }
H1.HeaderClassName
{
color: #F14324;
}
.AnyTagClassName
{
color: #F14324;
}
</style>
background-color css
<style>
a { background-color: #F14324; }
a { background-color: rgb(241,67,36); }
div.DivClassName
{
background-color: #F14324;
}
.BgClassName
{
background-color: #F14324;
}
</style>
border-color css
<style>
span { border-color: #F14324; }
span { border-color: rgb(241,67,36); }
td.TdClassName
{
border-color: #F14324;
}
.TagClassName
{
border-color: #F14324;
}
</style>