Shades of Cinnabar #E62A25
Tints of Cinnabar #E62A25
RGB
CMYK
RGB Variations
Color information
#E62A25 (or 0xE62A25) is known color: Cinnabar. HEX triplet: E6, 2A and 25. RGB value is (230,42,37). Sum of RGB (Red+Green+Blue) = 230+42+37=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62A25 is #19D5DA. Grayscale: #616161. Windows color (decimal): -1693147 or 2435814. OLE color: 2435814.
HSL color Cylindrical-coordinate representation of color #E62A25: hue angle of 1.55º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E62A25 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 42 | 37 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.10 |
| HSL | 1.55º | 0.79% | 0.52% | - |
| HSV(B) | 1.55º | 0.84% | 0.9% | - |
| XYZ | 33.8 | 18.61 | 3.56 | - |
| YUV | 97.64 | 93.78 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 42 | 37 | 0 | 0.82 | 0.84 | 0.10 | 1.55 | 0.79 | 0.52 |
| Hex | E6 | 2A | 25 | 0 | 52 | 54 | A | 2 | 4F | 34 |
| Octal | 346 | 52 | 45 | 0 | 122 | 124 | 12 | 2 | 117 | 64 |
| Binary | 11100110 | 101010 | 100101 | 0 | 1010010 | 1010100 | 1010 | 10 | 1001111 | 110100 |
Color Harmonies of #E62A25
Complementary color
Monochromatic Colors of #E62A25
Black with #E62A25
Text Example
Text Example
White with #E62A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62A25; }
p { color: rgb(230,42,37); }
H1.HeaderClassName
{
color: #E62A25;
}
.AnyTagClassName
{
color: #E62A25;
}
</style>
background-color css
<style>
a { background-color: #E62A25; }
a { background-color: rgb(230,42,37); }
div.DivClassName
{
background-color: #E62A25;
}
.BgClassName
{
background-color: #E62A25;
}
</style>
border-color css
<style>
span { border-color: #E62A25; }
span { border-color: rgb(230,42,37); }
td.TdClassName
{
border-color: #E62A25;
}
.TagClassName
{
border-color: #E62A25;
}
</style>