Shades of Cinnabar #F04935
Tints of Cinnabar #F04935
RGB
CMYK
RGB Variations
Color information
#F04935 (or 0xF04935) is known color: Cinnabar. HEX triplet: F0, 49 and 35. RGB value is (240,73,53). Sum of RGB (Red+Green+Blue) = 240+73+53=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F04935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04935 is #0FB6CA. Grayscale: #787878. Windows color (decimal): -1029835 or 3492336. OLE color: 3492336.
HSL color Cylindrical-coordinate representation of color #F04935: hue angle of 6.42º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F04935 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 53 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.06 |
| HSL | 6.42º | 0.86% | 0.57% | - |
| HSV(B) | 6.42º | 0.78% | 0.94% | - |
| XYZ | 38.96 | 23.55 | 5.86 | - |
| YUV | 120.65 | 89.83 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 53 | 0 | 0.70 | 0.78 | 0.06 | 6.42 | 0.86 | 0.57 |
| Hex | F0 | 49 | 35 | 0 | 46 | 4E | 6 | 6 | 56 | 39 |
| Octal | 360 | 111 | 65 | 0 | 106 | 116 | 6 | 6 | 126 | 71 |
| Binary | 11110000 | 1001001 | 110101 | 0 | 1000110 | 1001110 | 110 | 110 | 1010110 | 111001 |
Color Harmonies of #F04935
Complementary color
Monochromatic Colors of #F04935
Black with #F04935
Text Example
Text Example
White with #F04935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04935; }
p { color: rgb(240,73,53); }
H1.HeaderClassName
{
color: #F04935;
}
.AnyTagClassName
{
color: #F04935;
}
</style>
background-color css
<style>
a { background-color: #F04935; }
a { background-color: rgb(240,73,53); }
div.DivClassName
{
background-color: #F04935;
}
.BgClassName
{
background-color: #F04935;
}
</style>
border-color css
<style>
span { border-color: #F04935; }
span { border-color: rgb(240,73,53); }
td.TdClassName
{
border-color: #F04935;
}
.TagClassName
{
border-color: #F04935;
}
</style>