Shades of Cinnabar #F0462F
Tints of Cinnabar #F0462F
RGB
CMYK
RGB Variations
Color information
#F0462F (or 0xF0462F) is known color: Cinnabar. HEX triplet: F0, 46 and 2F. RGB value is (240,70,47). Sum of RGB (Red+Green+Blue) = 240+70+47=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F0462F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0462F is #0FB9D0. Grayscale: #767676. Windows color (decimal): -1030609 or 3098352. OLE color: 3098352.
HSL color Cylindrical-coordinate representation of color #F0462F: hue angle of 7.15º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0462F is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 47 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.06 |
| HSL | 7.15º | 0.87% | 0.56% | - |
| HSV(B) | 7.15º | 0.8% | 0.94% | - |
| XYZ | 38.64 | 23.11 | 5.11 | - |
| YUV | 118.21 | 87.82 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 47 | 0 | 0.71 | 0.80 | 0.06 | 7.15 | 0.87 | 0.56 |
| Hex | F0 | 46 | 2F | 0 | 47 | 50 | 6 | 7 | 57 | 38 |
| Octal | 360 | 106 | 57 | 0 | 107 | 120 | 6 | 7 | 127 | 70 |
| Binary | 11110000 | 1000110 | 101111 | 0 | 1000111 | 1010000 | 110 | 111 | 1010111 | 111000 |
Color Harmonies of #F0462F
Complementary color
Monochromatic Colors of #F0462F
Black with #F0462F
Text Example
Text Example
White with #F0462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0462F; }
p { color: rgb(240,70,47); }
H1.HeaderClassName
{
color: #F0462F;
}
.AnyTagClassName
{
color: #F0462F;
}
</style>
background-color css
<style>
a { background-color: #F0462F; }
a { background-color: rgb(240,70,47); }
div.DivClassName
{
background-color: #F0462F;
}
.BgClassName
{
background-color: #F0462F;
}
</style>
border-color css
<style>
span { border-color: #F0462F; }
span { border-color: rgb(240,70,47); }
td.TdClassName
{
border-color: #F0462F;
}
.TagClassName
{
border-color: #F0462F;
}
</style>