Shades of Cinnabar #E65529
Tints of Cinnabar #E65529
RGB
CMYK
RGB Variations
Color information
#E65529 (or 0xE65529) is known color: Cinnabar. HEX triplet: E6, 55 and 29. RGB value is (230,85,41). Sum of RGB (Red+Green+Blue) = 230+85+41=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E65529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65529 is #19AAD6. Grayscale: #7B7B7B. Windows color (decimal): -1682135 or 2708966. OLE color: 2708966.
HSL color Cylindrical-coordinate representation of color #E65529: hue angle of 13.97º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E65529 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 41 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.10 |
| HSL | 13.97º | 0.79% | 0.53% | - |
| HSV(B) | 13.97º | 0.82% | 0.9% | - |
| XYZ | 36.28 | 23.48 | 4.72 | - |
| YUV | 123.34 | 81.54 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 41 | 0 | 0.63 | 0.82 | 0.10 | 13.97 | 0.79 | 0.53 |
| Hex | E6 | 55 | 29 | 0 | 3F | 52 | A | E | 4F | 35 |
| Octal | 346 | 125 | 51 | 0 | 77 | 122 | 12 | 16 | 117 | 65 |
| Binary | 11100110 | 1010101 | 101001 | 0 | 111111 | 1010010 | 1010 | 1110 | 1001111 | 110101 |
Color Harmonies of #E65529
Complementary color
Monochromatic Colors of #E65529
Black with #E65529
Text Example
Text Example
White with #E65529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65529; }
p { color: rgb(230,85,41); }
H1.HeaderClassName
{
color: #E65529;
}
.AnyTagClassName
{
color: #E65529;
}
</style>
background-color css
<style>
a { background-color: #E65529; }
a { background-color: rgb(230,85,41); }
div.DivClassName
{
background-color: #E65529;
}
.BgClassName
{
background-color: #E65529;
}
</style>
border-color css
<style>
span { border-color: #E65529; }
span { border-color: rgb(230,85,41); }
td.TdClassName
{
border-color: #E65529;
}
.TagClassName
{
border-color: #E65529;
}
</style>