Shades of Cinnabar #EE443E
Tints of Cinnabar #EE443E
RGB
CMYK
RGB Variations
Color information
#EE443E (or 0xEE443E) is known color: Cinnabar. HEX triplet: EE, 44 and 3E. RGB value is (238,68,62). Sum of RGB (Red+Green+Blue) = 238+68+62=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE443E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE443E is #11BBC1. Grayscale: #767676. Windows color (decimal): -1162178 or 4080878. OLE color: 4080878.
HSL color Cylindrical-coordinate representation of color #EE443E: hue angle of 2.05º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE443E is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 68 | 62 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.07 |
| HSL | 2.05º | 0.84% | 0.59% | - |
| HSV(B) | 2.05º | 0.74% | 0.93% | - |
| XYZ | 38.2 | 22.66 | 6.92 | - |
| YUV | 118.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 68 | 62 | 0 | 0.71 | 0.74 | 0.07 | 2.05 | 0.84 | 0.59 |
| Hex | EE | 44 | 3E | 0 | 47 | 4A | 7 | 2 | 54 | 3B |
| Octal | 356 | 104 | 76 | 0 | 107 | 112 | 7 | 2 | 124 | 73 |
| Binary | 11101110 | 1000100 | 111110 | 0 | 1000111 | 1001010 | 111 | 10 | 1010100 | 111011 |
Color Harmonies of #EE443E
Complementary color
Monochromatic Colors of #EE443E
Black with #EE443E
Text Example
Text Example
White with #EE443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE443E; }
p { color: rgb(238,68,62); }
H1.HeaderClassName
{
color: #EE443E;
}
.AnyTagClassName
{
color: #EE443E;
}
</style>
background-color css
<style>
a { background-color: #EE443E; }
a { background-color: rgb(238,68,62); }
div.DivClassName
{
background-color: #EE443E;
}
.BgClassName
{
background-color: #EE443E;
}
</style>
border-color css
<style>
span { border-color: #EE443E; }
span { border-color: rgb(238,68,62); }
td.TdClassName
{
border-color: #EE443E;
}
.TagClassName
{
border-color: #EE443E;
}
</style>