Shades of Cinnabar #EE3627
Tints of Cinnabar #EE3627
RGB
CMYK
RGB Variations
Color information
#EE3627 (or 0xEE3627) is known color: Cinnabar. HEX triplet: EE, 36 and 27. RGB value is (238,54,39). Sum of RGB (Red+Green+Blue) = 238+54+39=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3627 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3627 is #11C9D8. Grayscale: #6B6B6B. Windows color (decimal): -1165785 or 2569966. OLE color: 2569966.
HSL color Cylindrical-coordinate representation of color #EE3627: hue angle of 4.52º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE3627 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 39 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.07 |
| HSL | 4.52º | 0.85% | 0.54% | - |
| HSV(B) | 4.52º | 0.84% | 0.93% | - |
| XYZ | 36.95 | 20.96 | 4.02 | - |
| YUV | 107.31 | 89.46 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 39 | 0 | 0.77 | 0.84 | 0.07 | 4.52 | 0.85 | 0.54 |
| Hex | EE | 36 | 27 | 0 | 4D | 54 | 7 | 5 | 55 | 36 |
| Octal | 356 | 66 | 47 | 0 | 115 | 124 | 7 | 5 | 125 | 66 |
| Binary | 11101110 | 110110 | 100111 | 0 | 1001101 | 1010100 | 111 | 101 | 1010101 | 110110 |
Color Harmonies of #EE3627
Complementary color
Monochromatic Colors of #EE3627
Black with #EE3627
Text Example
Text Example
White with #EE3627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3627; }
p { color: rgb(238,54,39); }
H1.HeaderClassName
{
color: #EE3627;
}
.AnyTagClassName
{
color: #EE3627;
}
</style>
background-color css
<style>
a { background-color: #EE3627; }
a { background-color: rgb(238,54,39); }
div.DivClassName
{
background-color: #EE3627;
}
.BgClassName
{
background-color: #EE3627;
}
</style>
border-color css
<style>
span { border-color: #EE3627; }
span { border-color: rgb(238,54,39); }
td.TdClassName
{
border-color: #EE3627;
}
.TagClassName
{
border-color: #EE3627;
}
</style>