Shades of Cinnabar #EE402B
Tints of Cinnabar #EE402B
RGB
CMYK
RGB Variations
Color information
#EE402B (or 0xEE402B) is known color: Cinnabar. HEX triplet: EE, 40 and 2B. RGB value is (238,64,43). Sum of RGB (Red+Green+Blue) = 238+64+43=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE402B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE402B is #11BFD4. Grayscale: #717171. Windows color (decimal): -1163221 or 2834670. OLE color: 2834670.
HSL color Cylindrical-coordinate representation of color #EE402B: hue angle of 6.46º 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 #EE402B is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 43 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.07 |
| HSL | 6.46º | 0.85% | 0.55% | - |
| HSV(B) | 6.46º | 0.82% | 0.93% | - |
| XYZ | 37.53 | 22.02 | 4.56 | - |
| YUV | 113.63 | 88.15 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 43 | 0 | 0.73 | 0.82 | 0.07 | 6.46 | 0.85 | 0.55 |
| Hex | EE | 40 | 2B | 0 | 49 | 52 | 7 | 6 | 55 | 37 |
| Octal | 356 | 100 | 53 | 0 | 111 | 122 | 7 | 6 | 125 | 67 |
| Binary | 11101110 | 1000000 | 101011 | 0 | 1001001 | 1010010 | 111 | 110 | 1010101 | 110111 |
Color Harmonies of #EE402B
Complementary color
Monochromatic Colors of #EE402B
Black with #EE402B
Text Example
Text Example
White with #EE402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE402B; }
p { color: rgb(238,64,43); }
H1.HeaderClassName
{
color: #EE402B;
}
.AnyTagClassName
{
color: #EE402B;
}
</style>
background-color css
<style>
a { background-color: #EE402B; }
a { background-color: rgb(238,64,43); }
div.DivClassName
{
background-color: #EE402B;
}
.BgClassName
{
background-color: #EE402B;
}
</style>
border-color css
<style>
span { border-color: #EE402B; }
span { border-color: rgb(238,64,43); }
td.TdClassName
{
border-color: #EE402B;
}
.TagClassName
{
border-color: #EE402B;
}
</style>