Shades of Cinnabar #F04931
Tints of Cinnabar #F04931
RGB
CMYK
RGB Variations
Color information
#F04931 (or 0xF04931) is known color: Cinnabar. HEX triplet: F0, 49 and 31. RGB value is (240,73,49). Sum of RGB (Red+Green+Blue) = 240+73+49=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F04931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04931 is #0FB6CE. Grayscale: #787878. Windows color (decimal): -1029839 or 3230192. OLE color: 3230192.
HSL color Cylindrical-coordinate representation of color #F04931: hue angle of 7.54º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F04931 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 49 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.06 |
| HSL | 7.54º | 0.86% | 0.57% | - |
| HSV(B) | 7.54º | 0.8% | 0.94% | - |
| XYZ | 38.87 | 23.51 | 5.4 | - |
| YUV | 120.2 | 87.83 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 49 | 0 | 0.70 | 0.80 | 0.06 | 7.54 | 0.86 | 0.57 |
| Hex | F0 | 49 | 31 | 0 | 46 | 50 | 6 | 8 | 56 | 39 |
| Octal | 360 | 111 | 61 | 0 | 106 | 120 | 6 | 10 | 126 | 71 |
| Binary | 11110000 | 1001001 | 110001 | 0 | 1000110 | 1010000 | 110 | 1000 | 1010110 | 111001 |
Color Harmonies of #F04931
Complementary color
Monochromatic Colors of #F04931
Black with #F04931
Text Example
Text Example
White with #F04931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04931; }
p { color: rgb(240,73,49); }
H1.HeaderClassName
{
color: #F04931;
}
.AnyTagClassName
{
color: #F04931;
}
</style>
background-color css
<style>
a { background-color: #F04931; }
a { background-color: rgb(240,73,49); }
div.DivClassName
{
background-color: #F04931;
}
.BgClassName
{
background-color: #F04931;
}
</style>
border-color css
<style>
span { border-color: #F04931; }
span { border-color: rgb(240,73,49); }
td.TdClassName
{
border-color: #F04931;
}
.TagClassName
{
border-color: #F04931;
}
</style>