Shades of Cinnabar #EE403A
Tints of Cinnabar #EE403A
RGB
CMYK
RGB Variations
Color information
#EE403A (or 0xEE403A) is known color: Cinnabar. HEX triplet: EE, 40 and 3A. RGB value is (238,64,58). Sum of RGB (Red+Green+Blue) = 238+64+58=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE403A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE403A is #11BFC5. Grayscale: #737373. Windows color (decimal): -1163206 or 3817710. OLE color: 3817710.
HSL color Cylindrical-coordinate representation of color #EE403A: hue angle of 2º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE403A is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 58 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.07 |
| HSL | 2º | 0.84% | 0.58% | - |
| HSV(B) | 2º | 0.76% | 0.93% | - |
| XYZ | 37.86 | 22.15 | 6.28 | - |
| YUV | 115.34 | 95.65 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 58 | 0 | 0.73 | 0.76 | 0.07 | 2 | 0.84 | 0.58 |
| Hex | EE | 40 | 3A | 0 | 49 | 4C | 7 | 2 | 54 | 3A |
| Octal | 356 | 100 | 72 | 0 | 111 | 114 | 7 | 2 | 124 | 72 |
| Binary | 11101110 | 1000000 | 111010 | 0 | 1001001 | 1001100 | 111 | 10 | 1010100 | 111010 |
Color Harmonies of #EE403A
Complementary color
Monochromatic Colors of #EE403A
Black with #EE403A
Text Example
Text Example
White with #EE403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE403A; }
p { color: rgb(238,64,58); }
H1.HeaderClassName
{
color: #EE403A;
}
.AnyTagClassName
{
color: #EE403A;
}
</style>
background-color css
<style>
a { background-color: #EE403A; }
a { background-color: rgb(238,64,58); }
div.DivClassName
{
background-color: #EE403A;
}
.BgClassName
{
background-color: #EE403A;
}
</style>
border-color css
<style>
span { border-color: #EE403A; }
span { border-color: rgb(238,64,58); }
td.TdClassName
{
border-color: #EE403A;
}
.TagClassName
{
border-color: #EE403A;
}
</style>