Shades of Cinnabar #EE3F28
Tints of Cinnabar #EE3F28
RGB
CMYK
RGB Variations
Color information
#EE3F28 (or 0xEE3F28) is known color: Cinnabar. HEX triplet: EE, 3F and 28. RGB value is (238,63,40). Sum of RGB (Red+Green+Blue) = 238+63+40=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3F28 is #11C0D7. Grayscale: #707070. Windows color (decimal): -1163480 or 2637806. OLE color: 2637806.
HSL color Cylindrical-coordinate representation of color #EE3F28: hue angle of 6.97º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE3F28 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 63 | 40 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.07 |
| HSL | 6.97º | 0.85% | 0.55% | - |
| HSV(B) | 6.97º | 0.83% | 0.93% | - |
| XYZ | 37.42 | 21.89 | 4.26 | - |
| YUV | 112.7 | 86.98 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 63 | 40 | 0 | 0.74 | 0.83 | 0.07 | 6.97 | 0.85 | 0.55 |
| Hex | EE | 3F | 28 | 0 | 4A | 53 | 7 | 7 | 55 | 37 |
| Octal | 356 | 77 | 50 | 0 | 112 | 123 | 7 | 7 | 125 | 67 |
| Binary | 11101110 | 111111 | 101000 | 0 | 1001010 | 1010011 | 111 | 111 | 1010101 | 110111 |
Color Harmonies of #EE3F28
Complementary color
Monochromatic Colors of #EE3F28
Black with #EE3F28
Text Example
Text Example
White with #EE3F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3F28; }
p { color: rgb(238,63,40); }
H1.HeaderClassName
{
color: #EE3F28;
}
.AnyTagClassName
{
color: #EE3F28;
}
</style>
background-color css
<style>
a { background-color: #EE3F28; }
a { background-color: rgb(238,63,40); }
div.DivClassName
{
background-color: #EE3F28;
}
.BgClassName
{
background-color: #EE3F28;
}
</style>
border-color css
<style>
span { border-color: #EE3F28; }
span { border-color: rgb(238,63,40); }
td.TdClassName
{
border-color: #EE3F28;
}
.TagClassName
{
border-color: #EE3F28;
}
</style>