Shades of Cinnabar #E65429
Tints of Cinnabar #E65429
RGB
CMYK
RGB Variations
Color information
#E65429 (or 0xE65429) is known color: Cinnabar. HEX triplet: E6, 54 and 29. RGB value is (230,84,41). Sum of RGB (Red+Green+Blue) = 230+84+41=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E65429 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65429 is #19ABD6. Grayscale: #7B7B7B. Windows color (decimal): -1682391 or 2708710. OLE color: 2708710.
HSL color Cylindrical-coordinate representation of color #E65429: hue angle of 13.65º 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 #E65429 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 41 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.10 |
| HSL | 13.65º | 0.79% | 0.53% | - |
| HSV(B) | 13.65º | 0.82% | 0.9% | - |
| XYZ | 36.2 | 23.32 | 4.69 | - |
| YUV | 122.75 | 81.87 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 41 | 0 | 0.63 | 0.82 | 0.10 | 13.65 | 0.79 | 0.53 |
| Hex | E6 | 54 | 29 | 0 | 3F | 52 | A | E | 4F | 35 |
| Octal | 346 | 124 | 51 | 0 | 77 | 122 | 12 | 16 | 117 | 65 |
| Binary | 11100110 | 1010100 | 101001 | 0 | 111111 | 1010010 | 1010 | 1110 | 1001111 | 110101 |
Color Harmonies of #E65429
Complementary color
Monochromatic Colors of #E65429
Black with #E65429
Text Example
Text Example
White with #E65429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65429; }
p { color: rgb(230,84,41); }
H1.HeaderClassName
{
color: #E65429;
}
.AnyTagClassName
{
color: #E65429;
}
</style>
background-color css
<style>
a { background-color: #E65429; }
a { background-color: rgb(230,84,41); }
div.DivClassName
{
background-color: #E65429;
}
.BgClassName
{
background-color: #E65429;
}
</style>
border-color css
<style>
span { border-color: #E65429; }
span { border-color: rgb(230,84,41); }
td.TdClassName
{
border-color: #E65429;
}
.TagClassName
{
border-color: #E65429;
}
</style>