Shades of Cinnabar #F14926
Tints of Cinnabar #F14926
RGB
CMYK
RGB Variations
Color information
#F14926 (or 0xF14926) is known color: Cinnabar. HEX triplet: F1, 49 and 26. RGB value is (241,73,38). Sum of RGB (Red+Green+Blue) = 241+73+38=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F14926 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14926 is #0EB6D9. Grayscale: #777777. Windows color (decimal): -964314 or 2509297. OLE color: 2509297.
HSL color Cylindrical-coordinate representation of color #F14926: hue angle of 10.34º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F14926 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 38 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.05 |
| HSL | 10.34º | 0.88% | 0.55% | - |
| HSV(B) | 10.34º | 0.84% | 0.95% | - |
| XYZ | 39.01 | 23.61 | 4.33 | - |
| YUV | 119.24 | 82.16 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 38 | 0 | 0.70 | 0.84 | 0.05 | 10.34 | 0.88 | 0.55 |
| Hex | F1 | 49 | 26 | 0 | 46 | 54 | 5 | A | 58 | 37 |
| Octal | 361 | 111 | 46 | 0 | 106 | 124 | 5 | 12 | 130 | 67 |
| Binary | 11110001 | 1001001 | 100110 | 0 | 1000110 | 1010100 | 101 | 1010 | 1011000 | 110111 |
Color Harmonies of #F14926
Complementary color
Monochromatic Colors of #F14926
Black with #F14926
Text Example
Text Example
White with #F14926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14926; }
p { color: rgb(241,73,38); }
H1.HeaderClassName
{
color: #F14926;
}
.AnyTagClassName
{
color: #F14926;
}
</style>
background-color css
<style>
a { background-color: #F14926; }
a { background-color: rgb(241,73,38); }
div.DivClassName
{
background-color: #F14926;
}
.BgClassName
{
background-color: #F14926;
}
</style>
border-color css
<style>
span { border-color: #F14926; }
span { border-color: rgb(241,73,38); }
td.TdClassName
{
border-color: #F14926;
}
.TagClassName
{
border-color: #F14926;
}
</style>