Shades of Cinnabar #E43D2B
Tints of Cinnabar #E43D2B
RGB
CMYK
RGB Variations
Color information
#E43D2B (or 0xE43D2B) is known color: Cinnabar. HEX triplet: E4, 3D and 2B. RGB value is (228,61,43). Sum of RGB (Red+Green+Blue) = 228+61+43=332 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.67% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 228 - color contains mainly: red. Hex color #E43D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43D2B is #1BC2D4. Grayscale: #6D6D6D. Windows color (decimal): -1819349 or 2833892. OLE color: 2833892.
HSL color Cylindrical-coordinate representation of color #E43D2B: hue angle of 5.84º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E43D2B is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 61 | 43 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.11 |
| HSL | 5.84º | 0.77% | 0.53% | - |
| HSV(B) | 5.84º | 0.81% | 0.89% | - |
| XYZ | 34.1 | 20.01 | 4.35 | - |
| YUV | 108.88 | 90.83 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 61 | 43 | 0 | 0.73 | 0.81 | 0.11 | 5.84 | 0.77 | 0.53 |
| Hex | E4 | 3D | 2B | 0 | 49 | 51 | B | 6 | 4D | 35 |
| Octal | 344 | 75 | 53 | 0 | 111 | 121 | 13 | 6 | 115 | 65 |
| Binary | 11100100 | 111101 | 101011 | 0 | 1001001 | 1010001 | 1011 | 110 | 1001101 | 110101 |
Color Harmonies of #E43D2B
Complementary color
Monochromatic Colors of #E43D2B
Black with #E43D2B
Text Example
Text Example
White with #E43D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43D2B; }
p { color: rgb(228,61,43); }
H1.HeaderClassName
{
color: #E43D2B;
}
.AnyTagClassName
{
color: #E43D2B;
}
</style>
background-color css
<style>
a { background-color: #E43D2B; }
a { background-color: rgb(228,61,43); }
div.DivClassName
{
background-color: #E43D2B;
}
.BgClassName
{
background-color: #E43D2B;
}
</style>
border-color css
<style>
span { border-color: #E43D2B; }
span { border-color: rgb(228,61,43); }
td.TdClassName
{
border-color: #E43D2B;
}
.TagClassName
{
border-color: #E43D2B;
}
</style>