Shades of Cinnabar #E3431B
Tints of Cinnabar #E3431B
RGB
CMYK
RGB Variations
Color information
#E3431B (or 0xE3431B) is known color: Cinnabar. HEX triplet: E3, 43 and 1B. RGB value is (227,67,27). Sum of RGB (Red+Green+Blue) = 227+67+27=321 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.72% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 227 - color contains mainly: red. Hex color #E3431B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3431B is #1CBCE4. Grayscale: #6E6E6E. Windows color (decimal): -1883365 or 1786851. OLE color: 1786851.
HSL color Cylindrical-coordinate representation of color #E3431B: hue angle of 12º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E3431B is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 67 | 27 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.11 |
| HSL | 12º | 0.79% | 0.5% | - |
| HSV(B) | 12º | 0.88% | 0.89% | - |
| XYZ | 33.88 | 20.42 | 3.19 | - |
| YUV | 110.28 | 81.01 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 67 | 27 | 0 | 0.70 | 0.88 | 0.11 | 12 | 0.79 | 0.5 |
| Hex | E3 | 43 | 1B | 0 | 46 | 58 | B | C | 4F | 32 |
| Octal | 343 | 103 | 33 | 0 | 106 | 130 | 13 | 14 | 117 | 62 |
| Binary | 11100011 | 1000011 | 11011 | 0 | 1000110 | 1011000 | 1011 | 1100 | 1001111 | 110010 |
Color Harmonies of #E3431B
Complementary color
Monochromatic Colors of #E3431B
Black with #E3431B
Text Example
Text Example
White with #E3431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3431B; }
p { color: rgb(227,67,27); }
H1.HeaderClassName
{
color: #E3431B;
}
.AnyTagClassName
{
color: #E3431B;
}
</style>
background-color css
<style>
a { background-color: #E3431B; }
a { background-color: rgb(227,67,27); }
div.DivClassName
{
background-color: #E3431B;
}
.BgClassName
{
background-color: #E3431B;
}
</style>
border-color css
<style>
span { border-color: #E3431B; }
span { border-color: rgb(227,67,27); }
td.TdClassName
{
border-color: #E3431B;
}
.TagClassName
{
border-color: #E3431B;
}
</style>