Shades of Cinnabar #EE412B
Tints of Cinnabar #EE412B
RGB
CMYK
RGB Variations
Color information
#EE412B (or 0xEE412B) is known color: Cinnabar. HEX triplet: EE, 41 and 2B. RGB value is (238,65,43). Sum of RGB (Red+Green+Blue) = 238+65+43=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE412B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE412B is #11BED4. Grayscale: #727272. Windows color (decimal): -1162965 or 2834926. OLE color: 2834926.
HSL color Cylindrical-coordinate representation of color #EE412B: hue angle of 6.77º 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 #EE412B is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 43 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.07 |
| HSL | 6.77º | 0.85% | 0.55% | - |
| HSV(B) | 6.77º | 0.82% | 0.93% | - |
| XYZ | 37.59 | 22.13 | 4.58 | - |
| YUV | 114.22 | 87.81 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 43 | 0 | 0.73 | 0.82 | 0.07 | 6.77 | 0.85 | 0.55 |
| Hex | EE | 41 | 2B | 0 | 49 | 52 | 7 | 7 | 55 | 37 |
| Octal | 356 | 101 | 53 | 0 | 111 | 122 | 7 | 7 | 125 | 67 |
| Binary | 11101110 | 1000001 | 101011 | 0 | 1001001 | 1010010 | 111 | 111 | 1010101 | 110111 |
Color Harmonies of #EE412B
Complementary color
Monochromatic Colors of #EE412B
Black with #EE412B
Text Example
Text Example
White with #EE412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE412B; }
p { color: rgb(238,65,43); }
H1.HeaderClassName
{
color: #EE412B;
}
.AnyTagClassName
{
color: #EE412B;
}
</style>
background-color css
<style>
a { background-color: #EE412B; }
a { background-color: rgb(238,65,43); }
div.DivClassName
{
background-color: #EE412B;
}
.BgClassName
{
background-color: #EE412B;
}
</style>
border-color css
<style>
span { border-color: #EE412B; }
span { border-color: rgb(238,65,43); }
td.TdClassName
{
border-color: #EE412B;
}
.TagClassName
{
border-color: #EE412B;
}
</style>