Shades of Cinnabar #EE492B
Tints of Cinnabar #EE492B
RGB
CMYK
RGB Variations
Color information
#EE492B (or 0xEE492B) is known color: Cinnabar. HEX triplet: EE, 49 and 2B. RGB value is (238,73,43). Sum of RGB (Red+Green+Blue) = 238+73+43=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE492B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE492B is #11B6D4. Grayscale: #777777. Windows color (decimal): -1160917 or 2836974. OLE color: 2836974.
HSL color Cylindrical-coordinate representation of color #EE492B: hue angle of 9.23º 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 #EE492B is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 43 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.07 |
| HSL | 9.23º | 0.85% | 0.55% | - |
| HSV(B) | 9.23º | 0.82% | 0.93% | - |
| XYZ | 38.08 | 23.12 | 4.74 | - |
| YUV | 118.92 | 85.16 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 43 | 0 | 0.69 | 0.82 | 0.07 | 9.23 | 0.85 | 0.55 |
| Hex | EE | 49 | 2B | 0 | 45 | 52 | 7 | 9 | 55 | 37 |
| Octal | 356 | 111 | 53 | 0 | 105 | 122 | 7 | 11 | 125 | 67 |
| Binary | 11101110 | 1001001 | 101011 | 0 | 1000101 | 1010010 | 111 | 1001 | 1010101 | 110111 |
Color Harmonies of #EE492B
Complementary color
Monochromatic Colors of #EE492B
Black with #EE492B
Text Example
Text Example
White with #EE492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE492B; }
p { color: rgb(238,73,43); }
H1.HeaderClassName
{
color: #EE492B;
}
.AnyTagClassName
{
color: #EE492B;
}
</style>
background-color css
<style>
a { background-color: #EE492B; }
a { background-color: rgb(238,73,43); }
div.DivClassName
{
background-color: #EE492B;
}
.BgClassName
{
background-color: #EE492B;
}
</style>
border-color css
<style>
span { border-color: #EE492B; }
span { border-color: rgb(238,73,43); }
td.TdClassName
{
border-color: #EE492B;
}
.TagClassName
{
border-color: #EE492B;
}
</style>