Shades of Cinnabar #E62A23
Tints of Cinnabar #E62A23
RGB
CMYK
RGB Variations
Color information
#E62A23 (or 0xE62A23) is known color: Cinnabar. HEX triplet: E6, 2A and 23. RGB value is (230,42,35). Sum of RGB (Red+Green+Blue) = 230+42+35=307 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.92% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62A23 is #19D5DC. Grayscale: #616161. Windows color (decimal): -1693149 or 2304742. OLE color: 2304742.
HSL color Cylindrical-coordinate representation of color #E62A23: hue angle of 2.15º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E62A23 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 42 | 35 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.10 |
| HSL | 2.15º | 0.8% | 0.52% | - |
| HSV(B) | 2.15º | 0.85% | 0.9% | - |
| XYZ | 33.76 | 18.6 | 3.4 | - |
| YUV | 97.41 | 92.78 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 42 | 35 | 0 | 0.82 | 0.85 | 0.10 | 2.15 | 0.8 | 0.52 |
| Hex | E6 | 2A | 23 | 0 | 52 | 55 | A | 2 | 50 | 34 |
| Octal | 346 | 52 | 43 | 0 | 122 | 125 | 12 | 2 | 120 | 64 |
| Binary | 11100110 | 101010 | 100011 | 0 | 1010010 | 1010101 | 1010 | 10 | 1010000 | 110100 |
Color Harmonies of #E62A23
Complementary color
Monochromatic Colors of #E62A23
Black with #E62A23
Text Example
Text Example
White with #E62A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62A23; }
p { color: rgb(230,42,35); }
H1.HeaderClassName
{
color: #E62A23;
}
.AnyTagClassName
{
color: #E62A23;
}
</style>
background-color css
<style>
a { background-color: #E62A23; }
a { background-color: rgb(230,42,35); }
div.DivClassName
{
background-color: #E62A23;
}
.BgClassName
{
background-color: #E62A23;
}
</style>
border-color css
<style>
span { border-color: #E62A23; }
span { border-color: rgb(230,42,35); }
td.TdClassName
{
border-color: #E62A23;
}
.TagClassName
{
border-color: #E62A23;
}
</style>