Shades of Cinnabar #E2523D
Tints of Cinnabar #E2523D
RGB
CMYK
RGB Variations
Color information
#E2523D (or 0xE2523D) is known color: Cinnabar. HEX triplet: E2, 52 and 3D. RGB value is (226,82,61). Sum of RGB (Red+Green+Blue) = 226+82+61=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E2523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2523D is #1DADC2. Grayscale: #7A7A7A. Windows color (decimal): -1945027 or 4018914. OLE color: 4018914.
HSL color Cylindrical-coordinate representation of color #E2523D: hue angle of 7.64º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2523D is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 61 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.11 |
| HSL | 7.64º | 0.74% | 0.56% | - |
| HSV(B) | 7.64º | 0.73% | 0.89% | - |
| XYZ | 35.22 | 22.54 | 6.91 | - |
| YUV | 122.66 | 93.21 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 61 | 0 | 0.64 | 0.73 | 0.11 | 7.64 | 0.74 | 0.56 |
| Hex | E2 | 52 | 3D | 0 | 40 | 49 | B | 8 | 4A | 38 |
| Octal | 342 | 122 | 75 | 0 | 100 | 111 | 13 | 10 | 112 | 70 |
| Binary | 11100010 | 1010010 | 111101 | 0 | 1000000 | 1001001 | 1011 | 1000 | 1001010 | 111000 |
Color Harmonies of #E2523D
Complementary color
Monochromatic Colors of #E2523D
Black with #E2523D
Text Example
Text Example
White with #E2523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2523D; }
p { color: rgb(226,82,61); }
H1.HeaderClassName
{
color: #E2523D;
}
.AnyTagClassName
{
color: #E2523D;
}
</style>
background-color css
<style>
a { background-color: #E2523D; }
a { background-color: rgb(226,82,61); }
div.DivClassName
{
background-color: #E2523D;
}
.BgClassName
{
background-color: #E2523D;
}
</style>
border-color css
<style>
span { border-color: #E2523D; }
span { border-color: rgb(226,82,61); }
td.TdClassName
{
border-color: #E2523D;
}
.TagClassName
{
border-color: #E2523D;
}
</style>