Shades of Cinnabar #EE443D
Tints of Cinnabar #EE443D
RGB
CMYK
RGB Variations
Color information
#EE443D (or 0xEE443D) is known color: Cinnabar. HEX triplet: EE, 44 and 3D. RGB value is (238,68,61). Sum of RGB (Red+Green+Blue) = 238+68+61=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE443D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE443D is #11BBC2. Grayscale: #767676. Windows color (decimal): -1162179 or 4015342. OLE color: 4015342.
HSL color Cylindrical-coordinate representation of color #EE443D: hue angle of 2.37º 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 #EE443D is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 68 | 61 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.07 |
| HSL | 2.37º | 0.84% | 0.59% | - |
| HSV(B) | 2.37º | 0.74% | 0.93% | - |
| XYZ | 38.17 | 22.65 | 6.77 | - |
| YUV | 118.03 | 95.82 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 68 | 61 | 0 | 0.71 | 0.74 | 0.07 | 2.37 | 0.84 | 0.59 |
| Hex | EE | 44 | 3D | 0 | 47 | 4A | 7 | 2 | 54 | 3B |
| Octal | 356 | 104 | 75 | 0 | 107 | 112 | 7 | 2 | 124 | 73 |
| Binary | 11101110 | 1000100 | 111101 | 0 | 1000111 | 1001010 | 111 | 10 | 1010100 | 111011 |
Color Harmonies of #EE443D
Complementary color
Monochromatic Colors of #EE443D
Black with #EE443D
Text Example
Text Example
White with #EE443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE443D; }
p { color: rgb(238,68,61); }
H1.HeaderClassName
{
color: #EE443D;
}
.AnyTagClassName
{
color: #EE443D;
}
</style>
background-color css
<style>
a { background-color: #EE443D; }
a { background-color: rgb(238,68,61); }
div.DivClassName
{
background-color: #EE443D;
}
.BgClassName
{
background-color: #EE443D;
}
</style>
border-color css
<style>
span { border-color: #EE443D; }
span { border-color: rgb(238,68,61); }
td.TdClassName
{
border-color: #EE443D;
}
.TagClassName
{
border-color: #EE443D;
}
</style>