Shades of Cinnabar #EE442E
Tints of Cinnabar #EE442E
RGB
CMYK
RGB Variations
Color information
#EE442E (or 0xEE442E) is known color: Cinnabar. HEX triplet: EE, 44 and 2E. RGB value is (238,68,46). Sum of RGB (Red+Green+Blue) = 238+68+46=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE442E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE442E is #11BBD1. Grayscale: #747474. Windows color (decimal): -1162194 or 3032302. OLE color: 3032302.
HSL color Cylindrical-coordinate representation of color #EE442E: hue angle of 6.88º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE442E is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 68 | 46 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.07 |
| HSL | 6.88º | 0.85% | 0.56% | - |
| HSV(B) | 6.88º | 0.81% | 0.93% | - |
| XYZ | 37.82 | 22.51 | 4.94 | - |
| YUV | 116.32 | 88.32 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 68 | 46 | 0 | 0.71 | 0.81 | 0.07 | 6.88 | 0.85 | 0.56 |
| Hex | EE | 44 | 2E | 0 | 47 | 51 | 7 | 7 | 55 | 38 |
| Octal | 356 | 104 | 56 | 0 | 107 | 121 | 7 | 7 | 125 | 70 |
| Binary | 11101110 | 1000100 | 101110 | 0 | 1000111 | 1010001 | 111 | 111 | 1010101 | 111000 |
Color Harmonies of #EE442E
Complementary color
Monochromatic Colors of #EE442E
Black with #EE442E
Text Example
Text Example
White with #EE442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE442E; }
p { color: rgb(238,68,46); }
H1.HeaderClassName
{
color: #EE442E;
}
.AnyTagClassName
{
color: #EE442E;
}
</style>
background-color css
<style>
a { background-color: #EE442E; }
a { background-color: rgb(238,68,46); }
div.DivClassName
{
background-color: #EE442E;
}
.BgClassName
{
background-color: #EE442E;
}
</style>
border-color css
<style>
span { border-color: #EE442E; }
span { border-color: rgb(238,68,46); }
td.TdClassName
{
border-color: #EE442E;
}
.TagClassName
{
border-color: #EE442E;
}
</style>