Shades of Cinnabar #E6533D
Tints of Cinnabar #E6533D
RGB
CMYK
RGB Variations
Color information
#E6533D (or 0xE6533D) is known color: Cinnabar. HEX triplet: E6, 53 and 3D. RGB value is (230,83,61). Sum of RGB (Red+Green+Blue) = 230+83+61=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E6533D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6533D is #19ACC2. Grayscale: #7C7C7C. Windows color (decimal): -1682627 or 4019174. OLE color: 4019174.
HSL color Cylindrical-coordinate representation of color #E6533D: hue angle of 7.81º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6533D is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 61 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.10 |
| HSL | 7.81º | 0.77% | 0.57% | - |
| HSV(B) | 7.81º | 0.73% | 0.9% | - |
| XYZ | 36.57 | 23.35 | 6.99 | - |
| YUV | 124.45 | 92.2 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 61 | 0 | 0.64 | 0.73 | 0.10 | 7.81 | 0.77 | 0.57 |
| Hex | E6 | 53 | 3D | 0 | 40 | 49 | A | 8 | 4D | 39 |
| Octal | 346 | 123 | 75 | 0 | 100 | 111 | 12 | 10 | 115 | 71 |
| Binary | 11100110 | 1010011 | 111101 | 0 | 1000000 | 1001001 | 1010 | 1000 | 1001101 | 111001 |
Color Harmonies of #E6533D
Complementary color
Monochromatic Colors of #E6533D
Black with #E6533D
Text Example
Text Example
White with #E6533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6533D; }
p { color: rgb(230,83,61); }
H1.HeaderClassName
{
color: #E6533D;
}
.AnyTagClassName
{
color: #E6533D;
}
</style>
background-color css
<style>
a { background-color: #E6533D; }
a { background-color: rgb(230,83,61); }
div.DivClassName
{
background-color: #E6533D;
}
.BgClassName
{
background-color: #E6533D;
}
</style>
border-color css
<style>
span { border-color: #E6533D; }
span { border-color: rgb(230,83,61); }
td.TdClassName
{
border-color: #E6533D;
}
.TagClassName
{
border-color: #E6533D;
}
</style>