Shades of Cinnabar #EE412C
Tints of Cinnabar #EE412C
RGB
CMYK
RGB Variations
Color information
#EE412C (or 0xEE412C) is known color: Cinnabar. HEX triplet: EE, 41 and 2C. RGB value is (238,65,44). Sum of RGB (Red+Green+Blue) = 238+65+44=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE412C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE412C is #11BED3. Grayscale: #727272. Windows color (decimal): -1162964 or 2900462. OLE color: 2900462.
HSL color Cylindrical-coordinate representation of color #EE412C: hue angle of 6.49º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE412C is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 44 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.07 |
| HSL | 6.49º | 0.85% | 0.55% | - |
| HSV(B) | 6.49º | 0.82% | 0.93% | - |
| XYZ | 37.6 | 22.14 | 4.67 | - |
| YUV | 114.33 | 88.31 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 44 | 0 | 0.73 | 0.82 | 0.07 | 6.49 | 0.85 | 0.55 |
| Hex | EE | 41 | 2C | 0 | 49 | 52 | 7 | 6 | 55 | 37 |
| Octal | 356 | 101 | 54 | 0 | 111 | 122 | 7 | 6 | 125 | 67 |
| Binary | 11101110 | 1000001 | 101100 | 0 | 1001001 | 1010010 | 111 | 110 | 1010101 | 110111 |
Color Harmonies of #EE412C
Complementary color
Monochromatic Colors of #EE412C
Black with #EE412C
Text Example
Text Example
White with #EE412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE412C; }
p { color: rgb(238,65,44); }
H1.HeaderClassName
{
color: #EE412C;
}
.AnyTagClassName
{
color: #EE412C;
}
</style>
background-color css
<style>
a { background-color: #EE412C; }
a { background-color: rgb(238,65,44); }
div.DivClassName
{
background-color: #EE412C;
}
.BgClassName
{
background-color: #EE412C;
}
</style>
border-color css
<style>
span { border-color: #EE412C; }
span { border-color: rgb(238,65,44); }
td.TdClassName
{
border-color: #EE412C;
}
.TagClassName
{
border-color: #EE412C;
}
</style>