Shades of Cinnabar #E64025
Tints of Cinnabar #E64025
RGB
CMYK
RGB Variations
Color information
#E64025 (or 0xE64025) is known color: Cinnabar. HEX triplet: E6, 40 and 25. RGB value is (230,64,37). Sum of RGB (Red+Green+Blue) = 230+64+37=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E64025 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64025 is #19BFDA. Grayscale: #6E6E6E. Windows color (decimal): -1687515 or 2441446. OLE color: 2441446.
HSL color Cylindrical-coordinate representation of color #E64025: hue angle of 8.39º 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 #E64025 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 37 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.10 |
| HSL | 8.39º | 0.79% | 0.52% | - |
| HSV(B) | 8.39º | 0.84% | 0.9% | - |
| XYZ | 34.8 | 20.62 | 3.9 | - |
| YUV | 110.56 | 86.5 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 37 | 0 | 0.72 | 0.84 | 0.10 | 8.39 | 0.79 | 0.52 |
| Hex | E6 | 40 | 25 | 0 | 48 | 54 | A | 8 | 4F | 34 |
| Octal | 346 | 100 | 45 | 0 | 110 | 124 | 12 | 10 | 117 | 64 |
| Binary | 11100110 | 1000000 | 100101 | 0 | 1001000 | 1010100 | 1010 | 1000 | 1001111 | 110100 |
Color Harmonies of #E64025
Complementary color
Monochromatic Colors of #E64025
Black with #E64025
Text Example
Text Example
White with #E64025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64025; }
p { color: rgb(230,64,37); }
H1.HeaderClassName
{
color: #E64025;
}
.AnyTagClassName
{
color: #E64025;
}
</style>
background-color css
<style>
a { background-color: #E64025; }
a { background-color: rgb(230,64,37); }
div.DivClassName
{
background-color: #E64025;
}
.BgClassName
{
background-color: #E64025;
}
</style>
border-color css
<style>
span { border-color: #E64025; }
span { border-color: rgb(230,64,37); }
td.TdClassName
{
border-color: #E64025;
}
.TagClassName
{
border-color: #E64025;
}
</style>