Shades of Cinnabar #F0442E
Tints of Cinnabar #F0442E
RGB
CMYK
RGB Variations
Color information
#F0442E (or 0xF0442E) is known color: Cinnabar. HEX triplet: F0, 44 and 2E. RGB value is (240,68,46). Sum of RGB (Red+Green+Blue) = 240+68+46=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0442E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0442E is #0FBBD1. Grayscale: #757575. Windows color (decimal): -1031122 or 3032304. OLE color: 3032304.
HSL color Cylindrical-coordinate representation of color #F0442E: hue angle of 6.8º 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 #F0442E is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 46 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.06 |
| HSL | 6.8º | 0.87% | 0.56% | - |
| HSV(B) | 6.8º | 0.81% | 0.94% | - |
| XYZ | 38.5 | 22.86 | 4.97 | - |
| YUV | 116.92 | 87.98 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 46 | 0 | 0.72 | 0.81 | 0.06 | 6.8 | 0.87 | 0.56 |
| Hex | F0 | 44 | 2E | 0 | 48 | 51 | 6 | 7 | 57 | 38 |
| Octal | 360 | 104 | 56 | 0 | 110 | 121 | 6 | 7 | 127 | 70 |
| Binary | 11110000 | 1000100 | 101110 | 0 | 1001000 | 1010001 | 110 | 111 | 1010111 | 111000 |
Color Harmonies of #F0442E
Complementary color
Monochromatic Colors of #F0442E
Black with #F0442E
Text Example
Text Example
White with #F0442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0442E; }
p { color: rgb(240,68,46); }
H1.HeaderClassName
{
color: #F0442E;
}
.AnyTagClassName
{
color: #F0442E;
}
</style>
background-color css
<style>
a { background-color: #F0442E; }
a { background-color: rgb(240,68,46); }
div.DivClassName
{
background-color: #F0442E;
}
.BgClassName
{
background-color: #F0442E;
}
</style>
border-color css
<style>
span { border-color: #F0442E; }
span { border-color: rgb(240,68,46); }
td.TdClassName
{
border-color: #F0442E;
}
.TagClassName
{
border-color: #F0442E;
}
</style>