Shades of Cinnabar #E43A1F
Tints of Cinnabar #E43A1F
RGB
CMYK
RGB Variations
Color information
#E43A1F (or 0xE43A1F) is known color: Cinnabar. HEX triplet: E4, 3A and 1F. RGB value is (228,58,31). Sum of RGB (Red+Green+Blue) = 228+58+31=317 (41% of max value = 765). Red value is 228 (89.45% from 255 or 71.92% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 228 - color contains mainly: red. Hex color #E43A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43A1F is #1BC5E0. Grayscale: #6A6A6A. Windows color (decimal): -1820129 or 2046692. OLE color: 2046692.
HSL color Cylindrical-coordinate representation of color #E43A1F: hue angle of 8.22º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E43A1F is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 58 | 31 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.11 |
| HSL | 8.22º | 0.78% | 0.51% | - |
| HSV(B) | 8.22º | 0.86% | 0.89% | - |
| XYZ | 33.76 | 19.62 | 3.3 | - |
| YUV | 105.75 | 85.82 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 58 | 31 | 0 | 0.75 | 0.86 | 0.11 | 8.22 | 0.78 | 0.51 |
| Hex | E4 | 3A | 1F | 0 | 4B | 56 | B | 8 | 4E | 33 |
| Octal | 344 | 72 | 37 | 0 | 113 | 126 | 13 | 10 | 116 | 63 |
| Binary | 11100100 | 111010 | 11111 | 0 | 1001011 | 1010110 | 1011 | 1000 | 1001110 | 110011 |
Color Harmonies of #E43A1F
Complementary color
Monochromatic Colors of #E43A1F
Black with #E43A1F
Text Example
Text Example
White with #E43A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43A1F; }
p { color: rgb(228,58,31); }
H1.HeaderClassName
{
color: #E43A1F;
}
.AnyTagClassName
{
color: #E43A1F;
}
</style>
background-color css
<style>
a { background-color: #E43A1F; }
a { background-color: rgb(228,58,31); }
div.DivClassName
{
background-color: #E43A1F;
}
.BgClassName
{
background-color: #E43A1F;
}
</style>
border-color css
<style>
span { border-color: #E43A1F; }
span { border-color: rgb(228,58,31); }
td.TdClassName
{
border-color: #E43A1F;
}
.TagClassName
{
border-color: #E43A1F;
}
</style>