Shades of Cinnabar #EE302B
Tints of Cinnabar #EE302B
RGB
CMYK
RGB Variations
Color information
#EE302B (or 0xEE302B) is known color: Cinnabar. HEX triplet: EE, 30 and 2B. RGB value is (238,48,43). Sum of RGB (Red+Green+Blue) = 238+48+43=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE302B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE302B is #11CFD4. Grayscale: #686868. Windows color (decimal): -1167317 or 2830574. OLE color: 2830574.
HSL color Cylindrical-coordinate representation of color #EE302B: hue angle of 1.54º 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 #EE302B is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 43 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.07 |
| HSL | 1.54º | 0.85% | 0.55% | - |
| HSV(B) | 1.54º | 0.82% | 0.93% | - |
| XYZ | 36.75 | 20.47 | 4.3 | - |
| YUV | 104.24 | 93.45 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 43 | 0 | 0.80 | 0.82 | 0.07 | 1.54 | 0.85 | 0.55 |
| Hex | EE | 30 | 2B | 0 | 50 | 52 | 7 | 2 | 55 | 37 |
| Octal | 356 | 60 | 53 | 0 | 120 | 122 | 7 | 2 | 125 | 67 |
| Binary | 11101110 | 110000 | 101011 | 0 | 1010000 | 1010010 | 111 | 10 | 1010101 | 110111 |
Color Harmonies of #EE302B
Complementary color
Monochromatic Colors of #EE302B
Black with #EE302B
Text Example
Text Example
White with #EE302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE302B; }
p { color: rgb(238,48,43); }
H1.HeaderClassName
{
color: #EE302B;
}
.AnyTagClassName
{
color: #EE302B;
}
</style>
background-color css
<style>
a { background-color: #EE302B; }
a { background-color: rgb(238,48,43); }
div.DivClassName
{
background-color: #EE302B;
}
.BgClassName
{
background-color: #EE302B;
}
</style>
border-color css
<style>
span { border-color: #EE302B; }
span { border-color: rgb(238,48,43); }
td.TdClassName
{
border-color: #EE302B;
}
.TagClassName
{
border-color: #EE302B;
}
</style>