Shades of Cinnabar #E23F2D
Tints of Cinnabar #E23F2D
RGB
CMYK
RGB Variations
Color information
#E23F2D (or 0xE23F2D) is known color: Cinnabar. HEX triplet: E2, 3F and 2D. RGB value is (226,63,45). Sum of RGB (Red+Green+Blue) = 226+63+45=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E23F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23F2D is #1DC0D2. Grayscale: #6D6D6D. Windows color (decimal): -1949907 or 2965474. OLE color: 2965474.
HSL color Cylindrical-coordinate representation of color #E23F2D: hue angle of 5.97º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E23F2D is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 63 | 45 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.11 |
| HSL | 5.97º | 0.76% | 0.53% | - |
| HSV(B) | 5.97º | 0.8% | 0.89% | - |
| XYZ | 33.62 | 19.91 | 4.55 | - |
| YUV | 109.69 | 91.5 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 63 | 45 | 0 | 0.72 | 0.80 | 0.11 | 5.97 | 0.76 | 0.53 |
| Hex | E2 | 3F | 2D | 0 | 48 | 50 | B | 6 | 4C | 35 |
| Octal | 342 | 77 | 55 | 0 | 110 | 120 | 13 | 6 | 114 | 65 |
| Binary | 11100010 | 111111 | 101101 | 0 | 1001000 | 1010000 | 1011 | 110 | 1001100 | 110101 |
Color Harmonies of #E23F2D
Complementary color
Monochromatic Colors of #E23F2D
Black with #E23F2D
Text Example
Text Example
White with #E23F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23F2D; }
p { color: rgb(226,63,45); }
H1.HeaderClassName
{
color: #E23F2D;
}
.AnyTagClassName
{
color: #E23F2D;
}
</style>
background-color css
<style>
a { background-color: #E23F2D; }
a { background-color: rgb(226,63,45); }
div.DivClassName
{
background-color: #E23F2D;
}
.BgClassName
{
background-color: #E23F2D;
}
</style>
border-color css
<style>
span { border-color: #E23F2D; }
span { border-color: rgb(226,63,45); }
td.TdClassName
{
border-color: #E23F2D;
}
.TagClassName
{
border-color: #E23F2D;
}
</style>