Shades of Cinnabar #F0462C
Tints of Cinnabar #F0462C
RGB
CMYK
RGB Variations
Color information
#F0462C (or 0xF0462C) is known color: Cinnabar. HEX triplet: F0, 46 and 2C. RGB value is (240,70,44). Sum of RGB (Red+Green+Blue) = 240+70+44=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0462C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0462C is #0FB9D3. Grayscale: #767676. Windows color (decimal): -1030612 or 2901744. OLE color: 2901744.
HSL color Cylindrical-coordinate representation of color #F0462C: hue angle of 7.96º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0462C is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 44 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.06 |
| HSL | 7.96º | 0.87% | 0.56% | - |
| HSV(B) | 7.96º | 0.82% | 0.94% | - |
| XYZ | 38.58 | 23.09 | 4.81 | - |
| YUV | 117.87 | 86.32 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 44 | 0 | 0.71 | 0.82 | 0.06 | 7.96 | 0.87 | 0.56 |
| Hex | F0 | 46 | 2C | 0 | 47 | 52 | 6 | 8 | 57 | 38 |
| Octal | 360 | 106 | 54 | 0 | 107 | 122 | 6 | 10 | 127 | 70 |
| Binary | 11110000 | 1000110 | 101100 | 0 | 1000111 | 1010010 | 110 | 1000 | 1010111 | 111000 |
Color Harmonies of #F0462C
Complementary color
Monochromatic Colors of #F0462C
Black with #F0462C
Text Example
Text Example
White with #F0462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0462C; }
p { color: rgb(240,70,44); }
H1.HeaderClassName
{
color: #F0462C;
}
.AnyTagClassName
{
color: #F0462C;
}
</style>
background-color css
<style>
a { background-color: #F0462C; }
a { background-color: rgb(240,70,44); }
div.DivClassName
{
background-color: #F0462C;
}
.BgClassName
{
background-color: #F0462C;
}
</style>
border-color css
<style>
span { border-color: #F0462C; }
span { border-color: rgb(240,70,44); }
td.TdClassName
{
border-color: #F0462C;
}
.TagClassName
{
border-color: #F0462C;
}
</style>