Shades of Cinnabar #F14636
Tints of Cinnabar #F14636
RGB
CMYK
RGB Variations
Color information
#F14636 (or 0xF14636) is known color: Cinnabar. HEX triplet: F1, 46 and 36. RGB value is (241,70,54). Sum of RGB (Red+Green+Blue) = 241+70+54=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F14636 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14636 is #0EB9C9. Grayscale: #777777. Windows color (decimal): -965066 or 3557105. OLE color: 3557105.
HSL color Cylindrical-coordinate representation of color #F14636: hue angle of 5.13º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F14636 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 54 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.05 |
| HSL | 5.13º | 0.87% | 0.58% | - |
| HSV(B) | 5.13º | 0.78% | 0.95% | - |
| XYZ | 39.13 | 23.35 | 5.93 | - |
| YUV | 119.31 | 91.15 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 54 | 0 | 0.71 | 0.78 | 0.05 | 5.13 | 0.87 | 0.58 |
| Hex | F1 | 46 | 36 | 0 | 47 | 4E | 5 | 5 | 57 | 3A |
| Octal | 361 | 106 | 66 | 0 | 107 | 116 | 5 | 5 | 127 | 72 |
| Binary | 11110001 | 1000110 | 110110 | 0 | 1000111 | 1001110 | 101 | 101 | 1010111 | 111010 |
Color Harmonies of #F14636
Complementary color
Monochromatic Colors of #F14636
Black with #F14636
Text Example
Text Example
White with #F14636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14636; }
p { color: rgb(241,70,54); }
H1.HeaderClassName
{
color: #F14636;
}
.AnyTagClassName
{
color: #F14636;
}
</style>
background-color css
<style>
a { background-color: #F14636; }
a { background-color: rgb(241,70,54); }
div.DivClassName
{
background-color: #F14636;
}
.BgClassName
{
background-color: #F14636;
}
</style>
border-color css
<style>
span { border-color: #F14636; }
span { border-color: rgb(241,70,54); }
td.TdClassName
{
border-color: #F14636;
}
.TagClassName
{
border-color: #F14636;
}
</style>