Shades of Cinnabar #E63025
Tints of Cinnabar #E63025
RGB
CMYK
RGB Variations
Color information
#E63025 (or 0xE63025) is known color: Cinnabar. HEX triplet: E6, 30 and 25. RGB value is (230,48,37). Sum of RGB (Red+Green+Blue) = 230+48+37=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E63025 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63025 is #19CFDA. Grayscale: #656565. Windows color (decimal): -1691611 or 2437350. OLE color: 2437350.
HSL color Cylindrical-coordinate representation of color #E63025: hue angle of 3.42º 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 #E63025 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 37 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.10 |
| HSL | 3.42º | 0.79% | 0.52% | - |
| HSV(B) | 3.42º | 0.84% | 0.9% | - |
| XYZ | 34.02 | 19.07 | 3.64 | - |
| YUV | 101.16 | 91.8 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 37 | 0 | 0.79 | 0.84 | 0.10 | 3.42 | 0.79 | 0.52 |
| Hex | E6 | 30 | 25 | 0 | 4F | 54 | A | 3 | 4F | 34 |
| Octal | 346 | 60 | 45 | 0 | 117 | 124 | 12 | 3 | 117 | 64 |
| Binary | 11100110 | 110000 | 100101 | 0 | 1001111 | 1010100 | 1010 | 11 | 1001111 | 110100 |
Color Harmonies of #E63025
Complementary color
Monochromatic Colors of #E63025
Black with #E63025
Text Example
Text Example
White with #E63025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63025; }
p { color: rgb(230,48,37); }
H1.HeaderClassName
{
color: #E63025;
}
.AnyTagClassName
{
color: #E63025;
}
</style>
background-color css
<style>
a { background-color: #E63025; }
a { background-color: rgb(230,48,37); }
div.DivClassName
{
background-color: #E63025;
}
.BgClassName
{
background-color: #E63025;
}
</style>
border-color css
<style>
span { border-color: #E63025; }
span { border-color: rgb(230,48,37); }
td.TdClassName
{
border-color: #E63025;
}
.TagClassName
{
border-color: #E63025;
}
</style>