Shades of Cinnabar #E6562F
Tints of Cinnabar #E6562F
RGB
CMYK
RGB Variations
Color information
#E6562F (or 0xE6562F) is known color: Cinnabar. HEX triplet: E6, 56 and 2F. RGB value is (230,86,47). Sum of RGB (Red+Green+Blue) = 230+86+47=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E6562F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6562F is #19A9D0. Grayscale: #7C7C7C. Windows color (decimal): -1681873 or 3102438. OLE color: 3102438.
HSL color Cylindrical-coordinate representation of color #E6562F: hue angle of 12.79º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6562F is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 47 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.10 |
| HSL | 12.79º | 0.79% | 0.54% | - |
| HSV(B) | 12.79º | 0.8% | 0.9% | - |
| XYZ | 36.47 | 23.68 | 5.34 | - |
| YUV | 124.61 | 84.21 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 47 | 0 | 0.63 | 0.80 | 0.10 | 12.79 | 0.79 | 0.54 |
| Hex | E6 | 56 | 2F | 0 | 3F | 50 | A | D | 4F | 36 |
| Octal | 346 | 126 | 57 | 0 | 77 | 120 | 12 | 15 | 117 | 66 |
| Binary | 11100110 | 1010110 | 101111 | 0 | 111111 | 1010000 | 1010 | 1101 | 1001111 | 110110 |
Color Harmonies of #E6562F
Complementary color
Monochromatic Colors of #E6562F
Black with #E6562F
Text Example
Text Example
White with #E6562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6562F; }
p { color: rgb(230,86,47); }
H1.HeaderClassName
{
color: #E6562F;
}
.AnyTagClassName
{
color: #E6562F;
}
</style>
background-color css
<style>
a { background-color: #E6562F; }
a { background-color: rgb(230,86,47); }
div.DivClassName
{
background-color: #E6562F;
}
.BgClassName
{
background-color: #E6562F;
}
</style>
border-color css
<style>
span { border-color: #E6562F; }
span { border-color: rgb(230,86,47); }
td.TdClassName
{
border-color: #E6562F;
}
.TagClassName
{
border-color: #E6562F;
}
</style>