Shades of Cinnabar #F04839
Tints of Cinnabar #F04839
RGB
CMYK
RGB Variations
Color information
#F04839 (or 0xF04839) is known color: Cinnabar. HEX triplet: F0, 48 and 39. RGB value is (240,72,57). Sum of RGB (Red+Green+Blue) = 240+72+57=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F04839 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04839 is #0FB7C6. Grayscale: #787878. Windows color (decimal): -1030087 or 3754224. OLE color: 3754224.
HSL color Cylindrical-coordinate representation of color #F04839: hue angle of 4.92º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F04839 is Cyan = 0, Magento = 0.7, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 57 | - |
| CMYK | 0 | 0.7 | 0.76 | 0.06 |
| HSL | 4.92º | 0.86% | 0.58% | - |
| HSV(B) | 4.92º | 0.76% | 0.94% | - |
| XYZ | 38.99 | 23.46 | 6.34 | - |
| YUV | 120.52 | 92.16 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 57 | 0 | 0.7 | 0.76 | 0.06 | 4.92 | 0.86 | 0.58 |
| Hex | F0 | 48 | 39 | 0 | 46 | 4C | 6 | 5 | 56 | 3A |
| Octal | 360 | 110 | 71 | 0 | 106 | 114 | 6 | 5 | 126 | 72 |
| Binary | 11110000 | 1001000 | 111001 | 0 | 1000110 | 1001100 | 110 | 101 | 1010110 | 111010 |
Color Harmonies of #F04839
Complementary color
Monochromatic Colors of #F04839
Black with #F04839
Text Example
Text Example
White with #F04839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04839; }
p { color: rgb(240,72,57); }
H1.HeaderClassName
{
color: #F04839;
}
.AnyTagClassName
{
color: #F04839;
}
</style>
background-color css
<style>
a { background-color: #F04839; }
a { background-color: rgb(240,72,57); }
div.DivClassName
{
background-color: #F04839;
}
.BgClassName
{
background-color: #F04839;
}
</style>
border-color css
<style>
span { border-color: #F04839; }
span { border-color: rgb(240,72,57); }
td.TdClassName
{
border-color: #F04839;
}
.TagClassName
{
border-color: #F04839;
}
</style>