Shades of Cinnabar #E65631
Tints of Cinnabar #E65631
RGB
CMYK
RGB Variations
Color information
#E65631 (or 0xE65631) is known color: Cinnabar. HEX triplet: E6, 56 and 31. RGB value is (230,86,49). Sum of RGB (Red+Green+Blue) = 230+86+49=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E65631 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65631 is #19A9CE. Grayscale: #7D7D7D. Windows color (decimal): -1681871 or 3233510. OLE color: 3233510.
HSL color Cylindrical-coordinate representation of color #E65631: hue angle of 12.27º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E65631 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 49 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.10 |
| HSL | 12.27º | 0.78% | 0.55% | - |
| HSV(B) | 12.27º | 0.79% | 0.9% | - |
| XYZ | 36.52 | 23.7 | 5.56 | - |
| YUV | 124.84 | 85.21 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 49 | 0 | 0.63 | 0.79 | 0.10 | 12.27 | 0.78 | 0.55 |
| Hex | E6 | 56 | 31 | 0 | 3F | 4F | A | C | 4E | 37 |
| Octal | 346 | 126 | 61 | 0 | 77 | 117 | 12 | 14 | 116 | 67 |
| Binary | 11100110 | 1010110 | 110001 | 0 | 111111 | 1001111 | 1010 | 1100 | 1001110 | 110111 |
Color Harmonies of #E65631
Complementary color
Monochromatic Colors of #E65631
Black with #E65631
Text Example
Text Example
White with #E65631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65631; }
p { color: rgb(230,86,49); }
H1.HeaderClassName
{
color: #E65631;
}
.AnyTagClassName
{
color: #E65631;
}
</style>
background-color css
<style>
a { background-color: #E65631; }
a { background-color: rgb(230,86,49); }
div.DivClassName
{
background-color: #E65631;
}
.BgClassName
{
background-color: #E65631;
}
</style>
border-color css
<style>
span { border-color: #E65631; }
span { border-color: rgb(230,86,49); }
td.TdClassName
{
border-color: #E65631;
}
.TagClassName
{
border-color: #E65631;
}
</style>