Shades of Cinnabar #F14721
Tints of Cinnabar #F14721
RGB
CMYK
RGB Variations
Color information
#F14721 (or 0xF14721) is known color: Cinnabar. HEX triplet: F1, 47 and 21. RGB value is (241,71,33). Sum of RGB (Red+Green+Blue) = 241+71+33=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F14721 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14721 is #0EB8DE. Grayscale: #757575. Windows color (decimal): -964831 or 2181105. OLE color: 2181105.
HSL color Cylindrical-coordinate representation of color #F14721: hue angle of 10.96º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F14721 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 33 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.05 |
| HSL | 10.96º | 0.88% | 0.54% | - |
| HSV(B) | 10.96º | 0.86% | 0.95% | - |
| XYZ | 38.8 | 23.32 | 3.89 | - |
| YUV | 117.5 | 80.32 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 33 | 0 | 0.71 | 0.86 | 0.05 | 10.96 | 0.88 | 0.54 |
| Hex | F1 | 47 | 21 | 0 | 47 | 56 | 5 | B | 58 | 36 |
| Octal | 361 | 107 | 41 | 0 | 107 | 126 | 5 | 13 | 130 | 66 |
| Binary | 11110001 | 1000111 | 100001 | 0 | 1000111 | 1010110 | 101 | 1011 | 1011000 | 110110 |
Color Harmonies of #F14721
Complementary color
Monochromatic Colors of #F14721
Black with #F14721
Text Example
Text Example
White with #F14721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14721; }
p { color: rgb(241,71,33); }
H1.HeaderClassName
{
color: #F14721;
}
.AnyTagClassName
{
color: #F14721;
}
</style>
background-color css
<style>
a { background-color: #F14721; }
a { background-color: rgb(241,71,33); }
div.DivClassName
{
background-color: #F14721;
}
.BgClassName
{
background-color: #F14721;
}
</style>
border-color css
<style>
span { border-color: #F14721; }
span { border-color: rgb(241,71,33); }
td.TdClassName
{
border-color: #F14721;
}
.TagClassName
{
border-color: #F14721;
}
</style>