Shades of Cinnabar #E6553B
Tints of Cinnabar #E6553B
RGB
CMYK
RGB Variations
Color information
#E6553B (or 0xE6553B) is known color: Cinnabar. HEX triplet: E6, 55 and 3B. RGB value is (230,85,59). Sum of RGB (Red+Green+Blue) = 230+85+59=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E6553B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6553B is #19AAC4. Grayscale: #7D7D7D. Windows color (decimal): -1682117 or 3888614. OLE color: 3888614.
HSL color Cylindrical-coordinate representation of color #E6553B: hue angle of 9.12º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E6553B is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 59 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.10 |
| HSL | 9.12º | 0.77% | 0.57% | - |
| HSV(B) | 9.12º | 0.74% | 0.9% | - |
| XYZ | 36.67 | 23.64 | 6.77 | - |
| YUV | 125.39 | 90.54 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 59 | 0 | 0.63 | 0.74 | 0.10 | 9.12 | 0.77 | 0.57 |
| Hex | E6 | 55 | 3B | 0 | 3F | 4A | A | 9 | 4D | 39 |
| Octal | 346 | 125 | 73 | 0 | 77 | 112 | 12 | 11 | 115 | 71 |
| Binary | 11100110 | 1010101 | 111011 | 0 | 111111 | 1001010 | 1010 | 1001 | 1001101 | 111001 |
Color Harmonies of #E6553B
Complementary color
Monochromatic Colors of #E6553B
Black with #E6553B
Text Example
Text Example
White with #E6553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6553B; }
p { color: rgb(230,85,59); }
H1.HeaderClassName
{
color: #E6553B;
}
.AnyTagClassName
{
color: #E6553B;
}
</style>
background-color css
<style>
a { background-color: #E6553B; }
a { background-color: rgb(230,85,59); }
div.DivClassName
{
background-color: #E6553B;
}
.BgClassName
{
background-color: #E6553B;
}
</style>
border-color css
<style>
span { border-color: #E6553B; }
span { border-color: rgb(230,85,59); }
td.TdClassName
{
border-color: #E6553B;
}
.TagClassName
{
border-color: #E6553B;
}
</style>