Shades of Cinnabar #EE322B
Tints of Cinnabar #EE322B
RGB
CMYK
RGB Variations
Color information
#EE322B (or 0xEE322B) is known color: Cinnabar. HEX triplet: EE, 32 and 2B. RGB value is (238,50,43). Sum of RGB (Red+Green+Blue) = 238+50+43=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE322B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE322B is #11CDD4. Grayscale: #696969. Windows color (decimal): -1166805 or 2831086. OLE color: 2831086.
HSL color Cylindrical-coordinate representation of color #EE322B: hue angle of 2.15º 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 #EE322B is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 43 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.07 |
| HSL | 2.15º | 0.85% | 0.55% | - |
| HSV(B) | 2.15º | 0.82% | 0.93% | - |
| XYZ | 36.84 | 20.63 | 4.33 | - |
| YUV | 105.41 | 92.78 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 43 | 0 | 0.79 | 0.82 | 0.07 | 2.15 | 0.85 | 0.55 |
| Hex | EE | 32 | 2B | 0 | 4F | 52 | 7 | 2 | 55 | 37 |
| Octal | 356 | 62 | 53 | 0 | 117 | 122 | 7 | 2 | 125 | 67 |
| Binary | 11101110 | 110010 | 101011 | 0 | 1001111 | 1010010 | 111 | 10 | 1010101 | 110111 |
Color Harmonies of #EE322B
Complementary color
Monochromatic Colors of #EE322B
Black with #EE322B
Text Example
Text Example
White with #EE322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE322B; }
p { color: rgb(238,50,43); }
H1.HeaderClassName
{
color: #EE322B;
}
.AnyTagClassName
{
color: #EE322B;
}
</style>
background-color css
<style>
a { background-color: #EE322B; }
a { background-color: rgb(238,50,43); }
div.DivClassName
{
background-color: #EE322B;
}
.BgClassName
{
background-color: #EE322B;
}
</style>
border-color css
<style>
span { border-color: #EE322B; }
span { border-color: rgb(238,50,43); }
td.TdClassName
{
border-color: #EE322B;
}
.TagClassName
{
border-color: #EE322B;
}
</style>