Shades of Cinnabar #E42D23
Tints of Cinnabar #E42D23
RGB
CMYK
RGB Variations
Color information
#E42D23 (or 0xE42D23) is known color: Cinnabar. HEX triplet: E4, 2D and 23. RGB value is (228,45,35). Sum of RGB (Red+Green+Blue) = 228+45+35=308 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.03% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 228 - color contains mainly: red. Hex color #E42D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42D23 is #1BD2DC. Grayscale: #626262. Windows color (decimal): -1823453 or 2305508. OLE color: 2305508.
HSL color Cylindrical-coordinate representation of color #E42D23: hue angle of 3.11º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E42D23 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 45 | 35 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.11 |
| HSL | 3.11º | 0.78% | 0.52% | - |
| HSV(B) | 3.11º | 0.85% | 0.89% | - |
| XYZ | 33.24 | 18.49 | 3.41 | - |
| YUV | 98.58 | 92.13 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 45 | 35 | 0 | 0.80 | 0.85 | 0.11 | 3.11 | 0.78 | 0.52 |
| Hex | E4 | 2D | 23 | 0 | 50 | 55 | B | 3 | 4E | 34 |
| Octal | 344 | 55 | 43 | 0 | 120 | 125 | 13 | 3 | 116 | 64 |
| Binary | 11100100 | 101101 | 100011 | 0 | 1010000 | 1010101 | 1011 | 11 | 1001110 | 110100 |
Color Harmonies of #E42D23
Complementary color
Monochromatic Colors of #E42D23
Black with #E42D23
Text Example
Text Example
White with #E42D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42D23; }
p { color: rgb(228,45,35); }
H1.HeaderClassName
{
color: #E42D23;
}
.AnyTagClassName
{
color: #E42D23;
}
</style>
background-color css
<style>
a { background-color: #E42D23; }
a { background-color: rgb(228,45,35); }
div.DivClassName
{
background-color: #E42D23;
}
.BgClassName
{
background-color: #E42D23;
}
</style>
border-color css
<style>
span { border-color: #E42D23; }
span { border-color: rgb(228,45,35); }
td.TdClassName
{
border-color: #E42D23;
}
.TagClassName
{
border-color: #E42D23;
}
</style>