Shades of Cinnabar #F14737
Tints of Cinnabar #F14737
RGB
CMYK
RGB Variations
Color information
#F14737 (or 0xF14737) is known color: Cinnabar. HEX triplet: F1, 47 and 37. RGB value is (241,71,55). Sum of RGB (Red+Green+Blue) = 241+71+55=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F14737 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14737 is #0EB8C8. Grayscale: #787878. Windows color (decimal): -964809 or 3622897. OLE color: 3622897.
HSL color Cylindrical-coordinate representation of color #F14737: hue angle of 5.16º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F14737 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 55 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.05 |
| HSL | 5.16º | 0.87% | 0.58% | - |
| HSV(B) | 5.16º | 0.77% | 0.95% | - |
| XYZ | 39.22 | 23.48 | 6.08 | - |
| YUV | 120.01 | 91.32 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 55 | 0 | 0.71 | 0.77 | 0.05 | 5.16 | 0.87 | 0.58 |
| Hex | F1 | 47 | 37 | 0 | 47 | 4D | 5 | 5 | 57 | 3A |
| Octal | 361 | 107 | 67 | 0 | 107 | 115 | 5 | 5 | 127 | 72 |
| Binary | 11110001 | 1000111 | 110111 | 0 | 1000111 | 1001101 | 101 | 101 | 1010111 | 111010 |
Color Harmonies of #F14737
Complementary color
Monochromatic Colors of #F14737
Black with #F14737
Text Example
Text Example
White with #F14737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14737; }
p { color: rgb(241,71,55); }
H1.HeaderClassName
{
color: #F14737;
}
.AnyTagClassName
{
color: #F14737;
}
</style>
background-color css
<style>
a { background-color: #F14737; }
a { background-color: rgb(241,71,55); }
div.DivClassName
{
background-color: #F14737;
}
.BgClassName
{
background-color: #F14737;
}
</style>
border-color css
<style>
span { border-color: #F14737; }
span { border-color: rgb(241,71,55); }
td.TdClassName
{
border-color: #F14737;
}
.TagClassName
{
border-color: #F14737;
}
</style>