Shades of Cinnabar #F0492D
Tints of Cinnabar #F0492D
RGB
CMYK
RGB Variations
Color information
#F0492D (or 0xF0492D) is known color: Cinnabar. HEX triplet: F0, 49 and 2D. RGB value is (240,73,45). Sum of RGB (Red+Green+Blue) = 240+73+45=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F0492D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0492D is #0FB6D2. Grayscale: #787878. Windows color (decimal): -1029843 or 2968048. OLE color: 2968048.
HSL color Cylindrical-coordinate representation of color #F0492D: hue angle of 8.62º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0492D is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 45 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.06 |
| HSL | 8.62º | 0.87% | 0.56% | - |
| HSV(B) | 8.62º | 0.81% | 0.94% | - |
| XYZ | 38.79 | 23.48 | 4.97 | - |
| YUV | 119.74 | 85.83 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 45 | 0 | 0.70 | 0.81 | 0.06 | 8.62 | 0.87 | 0.56 |
| Hex | F0 | 49 | 2D | 0 | 46 | 51 | 6 | 9 | 57 | 38 |
| Octal | 360 | 111 | 55 | 0 | 106 | 121 | 6 | 11 | 127 | 70 |
| Binary | 11110000 | 1001001 | 101101 | 0 | 1000110 | 1010001 | 110 | 1001 | 1010111 | 111000 |
Color Harmonies of #F0492D
Complementary color
Monochromatic Colors of #F0492D
Black with #F0492D
Text Example
Text Example
White with #F0492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0492D; }
p { color: rgb(240,73,45); }
H1.HeaderClassName
{
color: #F0492D;
}
.AnyTagClassName
{
color: #F0492D;
}
</style>
background-color css
<style>
a { background-color: #F0492D; }
a { background-color: rgb(240,73,45); }
div.DivClassName
{
background-color: #F0492D;
}
.BgClassName
{
background-color: #F0492D;
}
</style>
border-color css
<style>
span { border-color: #F0492D; }
span { border-color: rgb(240,73,45); }
td.TdClassName
{
border-color: #F0492D;
}
.TagClassName
{
border-color: #F0492D;
}
</style>