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