Shades of Cinnabar #EE3A1F
Tints of Cinnabar #EE3A1F
RGB
CMYK
RGB Variations
Color information
#EE3A1F (or 0xEE3A1F) is known color: Cinnabar. HEX triplet: EE, 3A and 1F. RGB value is (238,58,31). Sum of RGB (Red+Green+Blue) = 238+58+31=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3A1F is #11C5E0. Grayscale: #6D6D6D. Windows color (decimal): -1164769 or 2046702. OLE color: 2046702.
HSL color Cylindrical-coordinate representation of color #EE3A1F: hue angle of 7.83º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE3A1F is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 58 | 31 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.07 |
| HSL | 7.83º | 0.86% | 0.53% | - |
| HSV(B) | 7.83º | 0.87% | 0.93% | - |
| XYZ | 37.02 | 21.3 | 3.46 | - |
| YUV | 108.74 | 84.13 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 58 | 31 | 0 | 0.76 | 0.87 | 0.07 | 7.83 | 0.86 | 0.53 |
| Hex | EE | 3A | 1F | 0 | 4C | 57 | 7 | 8 | 56 | 35 |
| Octal | 356 | 72 | 37 | 0 | 114 | 127 | 7 | 10 | 126 | 65 |
| Binary | 11101110 | 111010 | 11111 | 0 | 1001100 | 1010111 | 111 | 1000 | 1010110 | 110101 |
Color Harmonies of #EE3A1F
Complementary color
Monochromatic Colors of #EE3A1F
Black with #EE3A1F
Text Example
Text Example
White with #EE3A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3A1F; }
p { color: rgb(238,58,31); }
H1.HeaderClassName
{
color: #EE3A1F;
}
.AnyTagClassName
{
color: #EE3A1F;
}
</style>
background-color css
<style>
a { background-color: #EE3A1F; }
a { background-color: rgb(238,58,31); }
div.DivClassName
{
background-color: #EE3A1F;
}
.BgClassName
{
background-color: #EE3A1F;
}
</style>
border-color css
<style>
span { border-color: #EE3A1F; }
span { border-color: rgb(238,58,31); }
td.TdClassName
{
border-color: #EE3A1F;
}
.TagClassName
{
border-color: #EE3A1F;
}
</style>