Shades of Cinnabar #F04927
Tints of Cinnabar #F04927
RGB
CMYK
RGB Variations
Color information
#F04927 (or 0xF04927) is known color: Cinnabar. HEX triplet: F0, 49 and 27. RGB value is (240,73,39). Sum of RGB (Red+Green+Blue) = 240+73+39=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F04927 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04927 is #0FB6D8. Grayscale: #777777. Windows color (decimal): -1029849 or 2574832. OLE color: 2574832.
HSL color Cylindrical-coordinate representation of color #F04927: hue angle of 10.15º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F04927 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 39 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.06 |
| HSL | 10.15º | 0.87% | 0.55% | - |
| HSV(B) | 10.15º | 0.84% | 0.94% | - |
| XYZ | 38.68 | 23.44 | 4.4 | - |
| YUV | 119.06 | 82.83 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 39 | 0 | 0.70 | 0.84 | 0.06 | 10.15 | 0.87 | 0.55 |
| Hex | F0 | 49 | 27 | 0 | 46 | 54 | 6 | A | 57 | 37 |
| Octal | 360 | 111 | 47 | 0 | 106 | 124 | 6 | 12 | 127 | 67 |
| Binary | 11110000 | 1001001 | 100111 | 0 | 1000110 | 1010100 | 110 | 1010 | 1010111 | 110111 |
Color Harmonies of #F04927
Complementary color
Monochromatic Colors of #F04927
Black with #F04927
Text Example
Text Example
White with #F04927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04927; }
p { color: rgb(240,73,39); }
H1.HeaderClassName
{
color: #F04927;
}
.AnyTagClassName
{
color: #F04927;
}
</style>
background-color css
<style>
a { background-color: #F04927; }
a { background-color: rgb(240,73,39); }
div.DivClassName
{
background-color: #F04927;
}
.BgClassName
{
background-color: #F04927;
}
</style>
border-color css
<style>
span { border-color: #F04927; }
span { border-color: rgb(240,73,39); }
td.TdClassName
{
border-color: #F04927;
}
.TagClassName
{
border-color: #F04927;
}
</style>