Shades of Cinnabar #E65023
Tints of Cinnabar #E65023
RGB
CMYK
RGB Variations
Color information
#E65023 (or 0xE65023) is known color: Cinnabar. HEX triplet: E6, 50 and 23. RGB value is (230,80,35). Sum of RGB (Red+Green+Blue) = 230+80+35=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E65023 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65023 is #19AFDC. Grayscale: #787878. Windows color (decimal): -1683421 or 2314470. OLE color: 2314470.
HSL color Cylindrical-coordinate representation of color #E65023: hue angle of 13.85º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E65023 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 35 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.10 |
| HSL | 13.85º | 0.8% | 0.52% | - |
| HSV(B) | 13.85º | 0.85% | 0.9% | - |
| XYZ | 35.81 | 22.68 | 4.08 | - |
| YUV | 119.72 | 80.2 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 35 | 0 | 0.65 | 0.85 | 0.10 | 13.85 | 0.8 | 0.52 |
| Hex | E6 | 50 | 23 | 0 | 41 | 55 | A | E | 50 | 34 |
| Octal | 346 | 120 | 43 | 0 | 101 | 125 | 12 | 16 | 120 | 64 |
| Binary | 11100110 | 1010000 | 100011 | 0 | 1000001 | 1010101 | 1010 | 1110 | 1010000 | 110100 |
Color Harmonies of #E65023
Complementary color
Monochromatic Colors of #E65023
Black with #E65023
Text Example
Text Example
White with #E65023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65023; }
p { color: rgb(230,80,35); }
H1.HeaderClassName
{
color: #E65023;
}
.AnyTagClassName
{
color: #E65023;
}
</style>
background-color css
<style>
a { background-color: #E65023; }
a { background-color: rgb(230,80,35); }
div.DivClassName
{
background-color: #E65023;
}
.BgClassName
{
background-color: #E65023;
}
</style>
border-color css
<style>
span { border-color: #E65023; }
span { border-color: rgb(230,80,35); }
td.TdClassName
{
border-color: #E65023;
}
.TagClassName
{
border-color: #E65023;
}
</style>