Shades of Cinnabar #E65032
Tints of Cinnabar #E65032
RGB
CMYK
RGB Variations
Color information
#E65032 (or 0xE65032) is known color: Cinnabar. HEX triplet: E6, 50 and 32. RGB value is (230,80,50). Sum of RGB (Red+Green+Blue) = 230+80+50=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E65032 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65032 is #19AFCD. Grayscale: #797979. Windows color (decimal): -1683406 or 3297510. OLE color: 3297510.
HSL color Cylindrical-coordinate representation of color #E65032: hue angle of 10º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E65032 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 50 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.10 |
| HSL | 10º | 0.78% | 0.55% | - |
| HSV(B) | 10º | 0.78% | 0.9% | - |
| XYZ | 36.08 | 22.79 | 5.52 | - |
| YUV | 121.43 | 87.7 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 50 | 0 | 0.65 | 0.78 | 0.10 | 10 | 0.78 | 0.55 |
| Hex | E6 | 50 | 32 | 0 | 41 | 4E | A | A | 4E | 37 |
| Octal | 346 | 120 | 62 | 0 | 101 | 116 | 12 | 12 | 116 | 67 |
| Binary | 11100110 | 1010000 | 110010 | 0 | 1000001 | 1001110 | 1010 | 1010 | 1001110 | 110111 |
Color Harmonies of #E65032
Complementary color
Monochromatic Colors of #E65032
Black with #E65032
Text Example
Text Example
White with #E65032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65032; }
p { color: rgb(230,80,50); }
H1.HeaderClassName
{
color: #E65032;
}
.AnyTagClassName
{
color: #E65032;
}
</style>
background-color css
<style>
a { background-color: #E65032; }
a { background-color: rgb(230,80,50); }
div.DivClassName
{
background-color: #E65032;
}
.BgClassName
{
background-color: #E65032;
}
</style>
border-color css
<style>
span { border-color: #E65032; }
span { border-color: rgb(230,80,50); }
td.TdClassName
{
border-color: #E65032;
}
.TagClassName
{
border-color: #E65032;
}
</style>