Shades of Cinnabar #EE402F
Tints of Cinnabar #EE402F
RGB
CMYK
RGB Variations
Color information
#EE402F (or 0xEE402F) is known color: Cinnabar. HEX triplet: EE, 40 and 2F. RGB value is (238,64,47). Sum of RGB (Red+Green+Blue) = 238+64+47=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE402F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE402F is #11BFD0. Grayscale: #727272. Windows color (decimal): -1163217 or 3096814. OLE color: 3096814.
HSL color Cylindrical-coordinate representation of color #EE402F: hue angle of 5.34º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE402F is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 47 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.07 |
| HSL | 5.34º | 0.85% | 0.56% | - |
| HSV(B) | 5.34º | 0.8% | 0.93% | - |
| XYZ | 37.61 | 22.05 | 4.96 | - |
| YUV | 114.09 | 90.15 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 47 | 0 | 0.73 | 0.80 | 0.07 | 5.34 | 0.85 | 0.56 |
| Hex | EE | 40 | 2F | 0 | 49 | 50 | 7 | 5 | 55 | 38 |
| Octal | 356 | 100 | 57 | 0 | 111 | 120 | 7 | 5 | 125 | 70 |
| Binary | 11101110 | 1000000 | 101111 | 0 | 1001001 | 1010000 | 111 | 101 | 1010101 | 111000 |
Color Harmonies of #EE402F
Complementary color
Monochromatic Colors of #EE402F
Black with #EE402F
Text Example
Text Example
White with #EE402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE402F; }
p { color: rgb(238,64,47); }
H1.HeaderClassName
{
color: #EE402F;
}
.AnyTagClassName
{
color: #EE402F;
}
</style>
background-color css
<style>
a { background-color: #EE402F; }
a { background-color: rgb(238,64,47); }
div.DivClassName
{
background-color: #EE402F;
}
.BgClassName
{
background-color: #EE402F;
}
</style>
border-color css
<style>
span { border-color: #EE402F; }
span { border-color: rgb(238,64,47); }
td.TdClassName
{
border-color: #EE402F;
}
.TagClassName
{
border-color: #EE402F;
}
</style>