Shades of Cinnabar #EE4238
Tints of Cinnabar #EE4238
RGB
CMYK
RGB Variations
Color information
#EE4238 (or 0xEE4238) is known color: Cinnabar. HEX triplet: EE, 42 and 38. RGB value is (238,66,56). Sum of RGB (Red+Green+Blue) = 238+66+56=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4238 is #11BDC7. Grayscale: #747474. Windows color (decimal): -1162696 or 3687150. OLE color: 3687150.
HSL color Cylindrical-coordinate representation of color #EE4238: hue angle of 3.3º 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 #EE4238 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 56 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.07 |
| HSL | 3.3º | 0.84% | 0.58% | - |
| HSV(B) | 3.3º | 0.76% | 0.93% | - |
| XYZ | 37.92 | 22.36 | 6.06 | - |
| YUV | 116.29 | 93.98 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 56 | 0 | 0.72 | 0.76 | 0.07 | 3.3 | 0.84 | 0.58 |
| Hex | EE | 42 | 38 | 0 | 48 | 4C | 7 | 3 | 54 | 3A |
| Octal | 356 | 102 | 70 | 0 | 110 | 114 | 7 | 3 | 124 | 72 |
| Binary | 11101110 | 1000010 | 111000 | 0 | 1001000 | 1001100 | 111 | 11 | 1010100 | 111010 |
Color Harmonies of #EE4238
Complementary color
Monochromatic Colors of #EE4238
Black with #EE4238
Text Example
Text Example
White with #EE4238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4238; }
p { color: rgb(238,66,56); }
H1.HeaderClassName
{
color: #EE4238;
}
.AnyTagClassName
{
color: #EE4238;
}
</style>
background-color css
<style>
a { background-color: #EE4238; }
a { background-color: rgb(238,66,56); }
div.DivClassName
{
background-color: #EE4238;
}
.BgClassName
{
background-color: #EE4238;
}
</style>
border-color css
<style>
span { border-color: #EE4238; }
span { border-color: rgb(238,66,56); }
td.TdClassName
{
border-color: #EE4238;
}
.TagClassName
{
border-color: #EE4238;
}
</style>