Shades of Cinnabar #E64932
Tints of Cinnabar #E64932
RGB
CMYK
RGB Variations
Color information
#E64932 (or 0xE64932) is known color: Cinnabar. HEX triplet: E6, 49 and 32. RGB value is (230,73,50). Sum of RGB (Red+Green+Blue) = 230+73+50=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E64932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64932 is #19B6CD. Grayscale: #757575. Windows color (decimal): -1685198 or 3295718. OLE color: 3295718.
HSL color Cylindrical-coordinate representation of color #E64932: hue angle of 7.67º 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 #E64932 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 50 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.10 |
| HSL | 7.67º | 0.78% | 0.55% | - |
| HSV(B) | 7.67º | 0.78% | 0.9% | - |
| XYZ | 35.59 | 21.82 | 5.35 | - |
| YUV | 117.32 | 90.01 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 50 | 0 | 0.68 | 0.78 | 0.10 | 7.67 | 0.78 | 0.55 |
| Hex | E6 | 49 | 32 | 0 | 44 | 4E | A | 8 | 4E | 37 |
| Octal | 346 | 111 | 62 | 0 | 104 | 116 | 12 | 10 | 116 | 67 |
| Binary | 11100110 | 1001001 | 110010 | 0 | 1000100 | 1001110 | 1010 | 1000 | 1001110 | 110111 |
Color Harmonies of #E64932
Complementary color
Monochromatic Colors of #E64932
Black with #E64932
Text Example
Text Example
White with #E64932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64932; }
p { color: rgb(230,73,50); }
H1.HeaderClassName
{
color: #E64932;
}
.AnyTagClassName
{
color: #E64932;
}
</style>
background-color css
<style>
a { background-color: #E64932; }
a { background-color: rgb(230,73,50); }
div.DivClassName
{
background-color: #E64932;
}
.BgClassName
{
background-color: #E64932;
}
</style>
border-color css
<style>
span { border-color: #E64932; }
span { border-color: rgb(230,73,50); }
td.TdClassName
{
border-color: #E64932;
}
.TagClassName
{
border-color: #E64932;
}
</style>