Shades of Cinnabar #EE5125
Tints of Cinnabar #EE5125
RGB
CMYK
RGB Variations
Color information
#EE5125 (or 0xEE5125) is known color: Cinnabar. HEX triplet: EE, 51 and 25. RGB value is (238,81,37). Sum of RGB (Red+Green+Blue) = 238+81+37=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5125 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5125 is #11AEDA. Grayscale: #7B7B7B. Windows color (decimal): -1158875 or 2445806. OLE color: 2445806.
HSL color Cylindrical-coordinate representation of color #EE5125: hue angle of 13.13º degrees, saturation: 0.86, 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 #EE5125 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 37 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.07 |
| HSL | 13.13º | 0.86% | 0.54% | - |
| HSV(B) | 13.13º | 0.84% | 0.93% | - |
| XYZ | 38.54 | 24.2 | 4.39 | - |
| YUV | 122.93 | 79.51 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 37 | 0 | 0.66 | 0.84 | 0.07 | 13.13 | 0.86 | 0.54 |
| Hex | EE | 51 | 25 | 0 | 42 | 54 | 7 | D | 56 | 36 |
| Octal | 356 | 121 | 45 | 0 | 102 | 124 | 7 | 15 | 126 | 66 |
| Binary | 11101110 | 1010001 | 100101 | 0 | 1000010 | 1010100 | 111 | 1101 | 1010110 | 110110 |
Color Harmonies of #EE5125
Complementary color
Monochromatic Colors of #EE5125
Black with #EE5125
Text Example
Text Example
White with #EE5125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5125; }
p { color: rgb(238,81,37); }
H1.HeaderClassName
{
color: #EE5125;
}
.AnyTagClassName
{
color: #EE5125;
}
</style>
background-color css
<style>
a { background-color: #EE5125; }
a { background-color: rgb(238,81,37); }
div.DivClassName
{
background-color: #EE5125;
}
.BgClassName
{
background-color: #EE5125;
}
</style>
border-color css
<style>
span { border-color: #EE5125; }
span { border-color: rgb(238,81,37); }
td.TdClassName
{
border-color: #EE5125;
}
.TagClassName
{
border-color: #EE5125;
}
</style>