Shades of Cinnabar #E3493B
Tints of Cinnabar #E3493B
RGB
CMYK
RGB Variations
Color information
#E3493B (or 0xE3493B) is known color: Cinnabar. HEX triplet: E3, 49 and 3B. RGB value is (227,73,59). Sum of RGB (Red+Green+Blue) = 227+73+59=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E3493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3493B is #1CB6C4. Grayscale: #757575. Windows color (decimal): -1881797 or 3885539. OLE color: 3885539.
HSL color Cylindrical-coordinate representation of color #E3493B: hue angle of 5º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E3493B is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 73 | 59 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.11 |
| HSL | 5º | 0.75% | 0.56% | - |
| HSV(B) | 5º | 0.74% | 0.89% | - |
| XYZ | 34.85 | 21.41 | 6.43 | - |
| YUV | 117.45 | 95.02 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 59 | 0 | 0.68 | 0.74 | 0.11 | 5 | 0.75 | 0.56 |
| Hex | E3 | 49 | 3B | 0 | 44 | 4A | B | 5 | 4B | 38 |
| Octal | 343 | 111 | 73 | 0 | 104 | 112 | 13 | 5 | 113 | 70 |
| Binary | 11100011 | 1001001 | 111011 | 0 | 1000100 | 1001010 | 1011 | 101 | 1001011 | 111000 |
Color Harmonies of #E3493B
Complementary color
Monochromatic Colors of #E3493B
Black with #E3493B
Text Example
Text Example
White with #E3493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3493B; }
p { color: rgb(227,73,59); }
H1.HeaderClassName
{
color: #E3493B;
}
.AnyTagClassName
{
color: #E3493B;
}
</style>
background-color css
<style>
a { background-color: #E3493B; }
a { background-color: rgb(227,73,59); }
div.DivClassName
{
background-color: #E3493B;
}
.BgClassName
{
background-color: #E3493B;
}
</style>
border-color css
<style>
span { border-color: #E3493B; }
span { border-color: rgb(227,73,59); }
td.TdClassName
{
border-color: #E3493B;
}
.TagClassName
{
border-color: #E3493B;
}
</style>