Shades of Cinnabar #EE402A
Tints of Cinnabar #EE402A
RGB
CMYK
RGB Variations
Color information
#EE402A (or 0xEE402A) is known color: Cinnabar. HEX triplet: EE, 40 and 2A. RGB value is (238,64,42). Sum of RGB (Red+Green+Blue) = 238+64+42=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE402A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE402A is #11BFD5. Grayscale: #717171. Windows color (decimal): -1163222 or 2769134. OLE color: 2769134.
HSL color Cylindrical-coordinate representation of color #EE402A: hue angle of 6.73º 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 #EE402A is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 42 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.07 |
| HSL | 6.73º | 0.85% | 0.55% | - |
| HSV(B) | 6.73º | 0.82% | 0.93% | - |
| XYZ | 37.51 | 22.01 | 4.46 | - |
| YUV | 113.52 | 87.65 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 42 | 0 | 0.73 | 0.82 | 0.07 | 6.73 | 0.85 | 0.55 |
| Hex | EE | 40 | 2A | 0 | 49 | 52 | 7 | 7 | 55 | 37 |
| Octal | 356 | 100 | 52 | 0 | 111 | 122 | 7 | 7 | 125 | 67 |
| Binary | 11101110 | 1000000 | 101010 | 0 | 1001001 | 1010010 | 111 | 111 | 1010101 | 110111 |
Color Harmonies of #EE402A
Complementary color
Monochromatic Colors of #EE402A
Black with #EE402A
Text Example
Text Example
White with #EE402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE402A; }
p { color: rgb(238,64,42); }
H1.HeaderClassName
{
color: #EE402A;
}
.AnyTagClassName
{
color: #EE402A;
}
</style>
background-color css
<style>
a { background-color: #EE402A; }
a { background-color: rgb(238,64,42); }
div.DivClassName
{
background-color: #EE402A;
}
.BgClassName
{
background-color: #EE402A;
}
</style>
border-color css
<style>
span { border-color: #EE402A; }
span { border-color: rgb(238,64,42); }
td.TdClassName
{
border-color: #EE402A;
}
.TagClassName
{
border-color: #EE402A;
}
</style>