Shades of Cinnabar #E23D25
Tints of Cinnabar #E23D25
RGB
CMYK
RGB Variations
Color information
#E23D25 (or 0xE23D25) is known color: Cinnabar. HEX triplet: E2, 3D and 25. RGB value is (226,61,37). Sum of RGB (Red+Green+Blue) = 226+61+37=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E23D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23D25 is #1DC2DA. Grayscale: #6B6B6B. Windows color (decimal): -1950427 or 2440674. OLE color: 2440674.
HSL color Cylindrical-coordinate representation of color #E23D25: hue angle of 7.62º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E23D25 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 61 | 37 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.11 |
| HSL | 7.62º | 0.77% | 0.52% | - |
| HSV(B) | 7.62º | 0.84% | 0.89% | - |
| XYZ | 33.37 | 19.64 | 3.78 | - |
| YUV | 107.6 | 88.16 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 61 | 37 | 0 | 0.73 | 0.84 | 0.11 | 7.62 | 0.77 | 0.52 |
| Hex | E2 | 3D | 25 | 0 | 49 | 54 | B | 8 | 4D | 34 |
| Octal | 342 | 75 | 45 | 0 | 111 | 124 | 13 | 10 | 115 | 64 |
| Binary | 11100010 | 111101 | 100101 | 0 | 1001001 | 1010100 | 1011 | 1000 | 1001101 | 110100 |
Color Harmonies of #E23D25
Complementary color
Monochromatic Colors of #E23D25
Black with #E23D25
Text Example
Text Example
White with #E23D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23D25; }
p { color: rgb(226,61,37); }
H1.HeaderClassName
{
color: #E23D25;
}
.AnyTagClassName
{
color: #E23D25;
}
</style>
background-color css
<style>
a { background-color: #E23D25; }
a { background-color: rgb(226,61,37); }
div.DivClassName
{
background-color: #E23D25;
}
.BgClassName
{
background-color: #E23D25;
}
</style>
border-color css
<style>
span { border-color: #E23D25; }
span { border-color: rgb(226,61,37); }
td.TdClassName
{
border-color: #E23D25;
}
.TagClassName
{
border-color: #E23D25;
}
</style>