Shades of Cinnabar #E65425
Tints of Cinnabar #E65425
RGB
CMYK
RGB Variations
Color information
#E65425 (or 0xE65425) is known color: Cinnabar. HEX triplet: E6, 54 and 25. RGB value is (230,84,37). Sum of RGB (Red+Green+Blue) = 230+84+37=351 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.53% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 230 - color contains mainly: red. Hex color #E65425 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65425 is #19ABDA. Grayscale: #7A7A7A. Windows color (decimal): -1682395 or 2446566. OLE color: 2446566.
HSL color Cylindrical-coordinate representation of color #E65425: hue angle of 14.61º 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 #E65425 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 37 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.10 |
| HSL | 14.61º | 0.79% | 0.52% | - |
| HSV(B) | 14.61º | 0.84% | 0.9% | - |
| XYZ | 36.14 | 23.3 | 4.34 | - |
| YUV | 122.3 | 79.87 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 37 | 0 | 0.63 | 0.84 | 0.10 | 14.61 | 0.79 | 0.52 |
| Hex | E6 | 54 | 25 | 0 | 3F | 54 | A | F | 4F | 34 |
| Octal | 346 | 124 | 45 | 0 | 77 | 124 | 12 | 17 | 117 | 64 |
| Binary | 11100110 | 1010100 | 100101 | 0 | 111111 | 1010100 | 1010 | 1111 | 1001111 | 110100 |
Color Harmonies of #E65425
Complementary color
Monochromatic Colors of #E65425
Black with #E65425
Text Example
Text Example
White with #E65425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65425; }
p { color: rgb(230,84,37); }
H1.HeaderClassName
{
color: #E65425;
}
.AnyTagClassName
{
color: #E65425;
}
</style>
background-color css
<style>
a { background-color: #E65425; }
a { background-color: rgb(230,84,37); }
div.DivClassName
{
background-color: #E65425;
}
.BgClassName
{
background-color: #E65425;
}
</style>
border-color css
<style>
span { border-color: #E65425; }
span { border-color: rgb(230,84,37); }
td.TdClassName
{
border-color: #E65425;
}
.TagClassName
{
border-color: #E65425;
}
</style>