Shades of Cinnabar #EE443A
Tints of Cinnabar #EE443A
RGB
CMYK
RGB Variations
Color information
#EE443A (or 0xEE443A) is known color: Cinnabar. HEX triplet: EE, 44 and 3A. RGB value is (238,68,58). Sum of RGB (Red+Green+Blue) = 238+68+58=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE443A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE443A is #11BBC5. Grayscale: #757575. Windows color (decimal): -1162182 or 3818734. OLE color: 3818734.
HSL color Cylindrical-coordinate representation of color #EE443A: hue angle of 3.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE443A is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 68 | 58 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.07 |
| HSL | 3.33º | 0.84% | 0.58% | - |
| HSV(B) | 3.33º | 0.76% | 0.93% | - |
| XYZ | 38.09 | 22.62 | 6.36 | - |
| YUV | 117.69 | 94.32 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 68 | 58 | 0 | 0.71 | 0.76 | 0.07 | 3.33 | 0.84 | 0.58 |
| Hex | EE | 44 | 3A | 0 | 47 | 4C | 7 | 3 | 54 | 3A |
| Octal | 356 | 104 | 72 | 0 | 107 | 114 | 7 | 3 | 124 | 72 |
| Binary | 11101110 | 1000100 | 111010 | 0 | 1000111 | 1001100 | 111 | 11 | 1010100 | 111010 |
Color Harmonies of #EE443A
Complementary color
Monochromatic Colors of #EE443A
Black with #EE443A
Text Example
Text Example
White with #EE443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE443A; }
p { color: rgb(238,68,58); }
H1.HeaderClassName
{
color: #EE443A;
}
.AnyTagClassName
{
color: #EE443A;
}
</style>
background-color css
<style>
a { background-color: #EE443A; }
a { background-color: rgb(238,68,58); }
div.DivClassName
{
background-color: #EE443A;
}
.BgClassName
{
background-color: #EE443A;
}
</style>
border-color css
<style>
span { border-color: #EE443A; }
span { border-color: rgb(238,68,58); }
td.TdClassName
{
border-color: #EE443A;
}
.TagClassName
{
border-color: #EE443A;
}
</style>