Shades of Cinnabar #EE453B
Tints of Cinnabar #EE453B
RGB
CMYK
RGB Variations
Color information
#EE453B (or 0xEE453B) is known color: Cinnabar. HEX triplet: EE, 45 and 3B. RGB value is (238,69,59). Sum of RGB (Red+Green+Blue) = 238+69+59=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE453B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE453B is #11BAC4. Grayscale: #767676. Windows color (decimal): -1161925 or 3884526. OLE color: 3884526.
HSL color Cylindrical-coordinate representation of color #EE453B: hue angle of 3.35º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE453B is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 59 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.07 |
| HSL | 3.35º | 0.84% | 0.58% | - |
| HSV(B) | 3.35º | 0.75% | 0.93% | - |
| XYZ | 38.18 | 22.75 | 6.52 | - |
| YUV | 118.39 | 94.49 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 59 | 0 | 0.71 | 0.75 | 0.07 | 3.35 | 0.84 | 0.58 |
| Hex | EE | 45 | 3B | 0 | 47 | 4B | 7 | 3 | 54 | 3A |
| Octal | 356 | 105 | 73 | 0 | 107 | 113 | 7 | 3 | 124 | 72 |
| Binary | 11101110 | 1000101 | 111011 | 0 | 1000111 | 1001011 | 111 | 11 | 1010100 | 111010 |
Color Harmonies of #EE453B
Complementary color
Monochromatic Colors of #EE453B
Black with #EE453B
Text Example
Text Example
White with #EE453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE453B; }
p { color: rgb(238,69,59); }
H1.HeaderClassName
{
color: #EE453B;
}
.AnyTagClassName
{
color: #EE453B;
}
</style>
background-color css
<style>
a { background-color: #EE453B; }
a { background-color: rgb(238,69,59); }
div.DivClassName
{
background-color: #EE453B;
}
.BgClassName
{
background-color: #EE453B;
}
</style>
border-color css
<style>
span { border-color: #EE453B; }
span { border-color: rgb(238,69,59); }
td.TdClassName
{
border-color: #EE453B;
}
.TagClassName
{
border-color: #EE453B;
}
</style>