Shades of Cinnabar #F0402E
Tints of Cinnabar #F0402E
RGB
CMYK
RGB Variations
Color information
#F0402E (or 0xF0402E) is known color: Cinnabar. HEX triplet: F0, 40 and 2E. RGB value is (240,64,46). Sum of RGB (Red+Green+Blue) = 240+64+46=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F0402E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0402E is #0FBFD1. Grayscale: #727272. Windows color (decimal): -1032146 or 3031280. OLE color: 3031280.
HSL color Cylindrical-coordinate representation of color #F0402E: hue angle of 5.57º 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 #F0402E is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 46 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.06 |
| HSL | 5.57º | 0.87% | 0.56% | - |
| HSV(B) | 5.57º | 0.81% | 0.94% | - |
| XYZ | 38.26 | 22.39 | 4.89 | - |
| YUV | 114.57 | 89.31 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 46 | 0 | 0.73 | 0.81 | 0.06 | 5.57 | 0.87 | 0.56 |
| Hex | F0 | 40 | 2E | 0 | 49 | 51 | 6 | 6 | 57 | 38 |
| Octal | 360 | 100 | 56 | 0 | 111 | 121 | 6 | 6 | 127 | 70 |
| Binary | 11110000 | 1000000 | 101110 | 0 | 1001001 | 1010001 | 110 | 110 | 1010111 | 111000 |
Color Harmonies of #F0402E
Complementary color
Monochromatic Colors of #F0402E
Black with #F0402E
Text Example
Text Example
White with #F0402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0402E; }
p { color: rgb(240,64,46); }
H1.HeaderClassName
{
color: #F0402E;
}
.AnyTagClassName
{
color: #F0402E;
}
</style>
background-color css
<style>
a { background-color: #F0402E; }
a { background-color: rgb(240,64,46); }
div.DivClassName
{
background-color: #F0402E;
}
.BgClassName
{
background-color: #F0402E;
}
</style>
border-color css
<style>
span { border-color: #F0402E; }
span { border-color: rgb(240,64,46); }
td.TdClassName
{
border-color: #F0402E;
}
.TagClassName
{
border-color: #F0402E;
}
</style>