Shades of Cinnabar #E23D29
Tints of Cinnabar #E23D29
RGB
CMYK
RGB Variations
Color information
#E23D29 (or 0xE23D29) is known color: Cinnabar. HEX triplet: E2, 3D and 29. RGB value is (226,61,41). Sum of RGB (Red+Green+Blue) = 226+61+41=328 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.90% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 226 - color contains mainly: red. Hex color #E23D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23D29 is #1DC2D6. Grayscale: #6C6C6C. Windows color (decimal): -1950423 or 2702818. OLE color: 2702818.
HSL color Cylindrical-coordinate representation of color #E23D29: hue angle of 6.49º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E23D29 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 61 | 41 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.11 |
| HSL | 6.49º | 0.76% | 0.52% | - |
| HSV(B) | 6.49º | 0.82% | 0.89% | - |
| XYZ | 33.43 | 19.67 | 4.13 | - |
| YUV | 108.06 | 90.16 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 61 | 41 | 0 | 0.73 | 0.82 | 0.11 | 6.49 | 0.76 | 0.52 |
| Hex | E2 | 3D | 29 | 0 | 49 | 52 | B | 6 | 4C | 34 |
| Octal | 342 | 75 | 51 | 0 | 111 | 122 | 13 | 6 | 114 | 64 |
| Binary | 11100010 | 111101 | 101001 | 0 | 1001001 | 1010010 | 1011 | 110 | 1001100 | 110100 |
Color Harmonies of #E23D29
Complementary color
Monochromatic Colors of #E23D29
Black with #E23D29
Text Example
Text Example
White with #E23D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23D29; }
p { color: rgb(226,61,41); }
H1.HeaderClassName
{
color: #E23D29;
}
.AnyTagClassName
{
color: #E23D29;
}
</style>
background-color css
<style>
a { background-color: #E23D29; }
a { background-color: rgb(226,61,41); }
div.DivClassName
{
background-color: #E23D29;
}
.BgClassName
{
background-color: #E23D29;
}
</style>
border-color css
<style>
span { border-color: #E23D29; }
span { border-color: rgb(226,61,41); }
td.TdClassName
{
border-color: #E23D29;
}
.TagClassName
{
border-color: #E23D29;
}
</style>