Shades of Cinnabar #E65038
Tints of Cinnabar #E65038
RGB
CMYK
RGB Variations
Color information
#E65038 (or 0xE65038) is known color: Cinnabar. HEX triplet: E6, 50 and 38. RGB value is (230,80,56). Sum of RGB (Red+Green+Blue) = 230+80+56=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E65038 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65038 is #19AFC7. Grayscale: #7A7A7A. Windows color (decimal): -1683400 or 3690726. OLE color: 3690726.
HSL color Cylindrical-coordinate representation of color #E65038: hue angle of 8.28º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E65038 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 56 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.10 |
| HSL | 8.28º | 0.78% | 0.56% | - |
| HSV(B) | 8.28º | 0.76% | 0.9% | - |
| XYZ | 36.22 | 22.85 | 6.24 | - |
| YUV | 122.11 | 90.7 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 56 | 0 | 0.65 | 0.76 | 0.10 | 8.28 | 0.78 | 0.56 |
| Hex | E6 | 50 | 38 | 0 | 41 | 4C | A | 8 | 4E | 38 |
| Octal | 346 | 120 | 70 | 0 | 101 | 114 | 12 | 10 | 116 | 70 |
| Binary | 11100110 | 1010000 | 111000 | 0 | 1000001 | 1001100 | 1010 | 1000 | 1001110 | 111000 |
Color Harmonies of #E65038
Complementary color
Monochromatic Colors of #E65038
Black with #E65038
Text Example
Text Example
White with #E65038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65038; }
p { color: rgb(230,80,56); }
H1.HeaderClassName
{
color: #E65038;
}
.AnyTagClassName
{
color: #E65038;
}
</style>
background-color css
<style>
a { background-color: #E65038; }
a { background-color: rgb(230,80,56); }
div.DivClassName
{
background-color: #E65038;
}
.BgClassName
{
background-color: #E65038;
}
</style>
border-color css
<style>
span { border-color: #E65038; }
span { border-color: rgb(230,80,56); }
td.TdClassName
{
border-color: #E65038;
}
.TagClassName
{
border-color: #E65038;
}
</style>