Shades of Cinnabar #E6523D
Tints of Cinnabar #E6523D
RGB
CMYK
RGB Variations
Color information
#E6523D (or 0xE6523D) is known color: Cinnabar. HEX triplet: E6, 52 and 3D. RGB value is (230,82,61). Sum of RGB (Red+Green+Blue) = 230+82+61=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E6523D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6523D is #19ADC2. Grayscale: #7C7C7C. Windows color (decimal): -1682883 or 4018918. OLE color: 4018918.
HSL color Cylindrical-coordinate representation of color #E6523D: hue angle of 7.46º 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 #E6523D is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 61 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.10 |
| HSL | 7.46º | 0.77% | 0.57% | - |
| HSV(B) | 7.46º | 0.73% | 0.9% | - |
| XYZ | 36.49 | 23.19 | 6.97 | - |
| YUV | 123.86 | 92.53 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 61 | 0 | 0.64 | 0.73 | 0.10 | 7.46 | 0.77 | 0.57 |
| Hex | E6 | 52 | 3D | 0 | 40 | 49 | A | 7 | 4D | 39 |
| Octal | 346 | 122 | 75 | 0 | 100 | 111 | 12 | 7 | 115 | 71 |
| Binary | 11100110 | 1010010 | 111101 | 0 | 1000000 | 1001001 | 1010 | 111 | 1001101 | 111001 |
Color Harmonies of #E6523D
Complementary color
Monochromatic Colors of #E6523D
Black with #E6523D
Text Example
Text Example
White with #E6523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6523D; }
p { color: rgb(230,82,61); }
H1.HeaderClassName
{
color: #E6523D;
}
.AnyTagClassName
{
color: #E6523D;
}
</style>
background-color css
<style>
a { background-color: #E6523D; }
a { background-color: rgb(230,82,61); }
div.DivClassName
{
background-color: #E6523D;
}
.BgClassName
{
background-color: #E6523D;
}
</style>
border-color css
<style>
span { border-color: #E6523D; }
span { border-color: rgb(230,82,61); }
td.TdClassName
{
border-color: #E6523D;
}
.TagClassName
{
border-color: #E6523D;
}
</style>