Shades of Cinnabar #EE502D
Tints of Cinnabar #EE502D
RGB
CMYK
RGB Variations
Color information
#EE502D (or 0xEE502D) is known color: Cinnabar. HEX triplet: EE, 50 and 2D. RGB value is (238,80,45). Sum of RGB (Red+Green+Blue) = 238+80+45=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE502D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE502D is #11AFD2. Grayscale: #7B7B7B. Windows color (decimal): -1159123 or 2969838. OLE color: 2969838.
HSL color Cylindrical-coordinate representation of color #EE502D: hue angle of 10.88º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE502D is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 45 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.07 |
| HSL | 10.88º | 0.85% | 0.55% | - |
| HSV(B) | 10.88º | 0.81% | 0.93% | - |
| XYZ | 38.6 | 24.1 | 5.1 | - |
| YUV | 123.25 | 83.85 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 45 | 0 | 0.66 | 0.81 | 0.07 | 10.88 | 0.85 | 0.55 |
| Hex | EE | 50 | 2D | 0 | 42 | 51 | 7 | B | 55 | 37 |
| Octal | 356 | 120 | 55 | 0 | 102 | 121 | 7 | 13 | 125 | 67 |
| Binary | 11101110 | 1010000 | 101101 | 0 | 1000010 | 1010001 | 111 | 1011 | 1010101 | 110111 |
Color Harmonies of #EE502D
Complementary color
Monochromatic Colors of #EE502D
Black with #EE502D
Text Example
Text Example
White with #EE502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE502D; }
p { color: rgb(238,80,45); }
H1.HeaderClassName
{
color: #EE502D;
}
.AnyTagClassName
{
color: #EE502D;
}
</style>
background-color css
<style>
a { background-color: #EE502D; }
a { background-color: rgb(238,80,45); }
div.DivClassName
{
background-color: #EE502D;
}
.BgClassName
{
background-color: #EE502D;
}
</style>
border-color css
<style>
span { border-color: #EE502D; }
span { border-color: rgb(238,80,45); }
td.TdClassName
{
border-color: #EE502D;
}
.TagClassName
{
border-color: #EE502D;
}
</style>