Shades of Cinnabar #E6552B
Tints of Cinnabar #E6552B
RGB
CMYK
RGB Variations
Color information
#E6552B (or 0xE6552B) is known color: Cinnabar. HEX triplet: E6, 55 and 2B. RGB value is (230,85,43). Sum of RGB (Red+Green+Blue) = 230+85+43=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E6552B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6552B is #19AAD4. Grayscale: #7B7B7B. Windows color (decimal): -1682133 or 2840038. OLE color: 2840038.
HSL color Cylindrical-coordinate representation of color #E6552B: hue angle of 13.48º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6552B is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 43 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.10 |
| HSL | 13.48º | 0.79% | 0.54% | - |
| HSV(B) | 13.48º | 0.81% | 0.9% | - |
| XYZ | 36.32 | 23.49 | 4.91 | - |
| YUV | 123.57 | 82.54 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 43 | 0 | 0.63 | 0.81 | 0.10 | 13.48 | 0.79 | 0.54 |
| Hex | E6 | 55 | 2B | 0 | 3F | 51 | A | D | 4F | 36 |
| Octal | 346 | 125 | 53 | 0 | 77 | 121 | 12 | 15 | 117 | 66 |
| Binary | 11100110 | 1010101 | 101011 | 0 | 111111 | 1010001 | 1010 | 1101 | 1001111 | 110110 |
Color Harmonies of #E6552B
Complementary color
Monochromatic Colors of #E6552B
Black with #E6552B
Text Example
Text Example
White with #E6552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6552B; }
p { color: rgb(230,85,43); }
H1.HeaderClassName
{
color: #E6552B;
}
.AnyTagClassName
{
color: #E6552B;
}
</style>
background-color css
<style>
a { background-color: #E6552B; }
a { background-color: rgb(230,85,43); }
div.DivClassName
{
background-color: #E6552B;
}
.BgClassName
{
background-color: #E6552B;
}
</style>
border-color css
<style>
span { border-color: #E6552B; }
span { border-color: rgb(230,85,43); }
td.TdClassName
{
border-color: #E6552B;
}
.TagClassName
{
border-color: #E6552B;
}
</style>