Shades of Cinnabar #E3553D
Tints of Cinnabar #E3553D
RGB
CMYK
RGB Variations
Color information
#E3553D (or 0xE3553D) is known color: Cinnabar. HEX triplet: E3, 55 and 3D. RGB value is (227,85,61). Sum of RGB (Red+Green+Blue) = 227+85+61=373 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.86% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 227 - color contains mainly: red. Hex color #E3553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3553D is #1CAAC2. Grayscale: #7C7C7C. Windows color (decimal): -1878723 or 4019683. OLE color: 4019683.
HSL color Cylindrical-coordinate representation of color #E3553D: hue angle of 8.67º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E3553D is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 61 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.11 |
| HSL | 8.67º | 0.75% | 0.56% | - |
| HSV(B) | 8.67º | 0.73% | 0.89% | - |
| XYZ | 35.77 | 23.16 | 7 | - |
| YUV | 124.72 | 92.04 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 61 | 0 | 0.63 | 0.73 | 0.11 | 8.67 | 0.75 | 0.56 |
| Hex | E3 | 55 | 3D | 0 | 3F | 49 | B | 9 | 4B | 38 |
| Octal | 343 | 125 | 75 | 0 | 77 | 111 | 13 | 11 | 113 | 70 |
| Binary | 11100011 | 1010101 | 111101 | 0 | 111111 | 1001001 | 1011 | 1001 | 1001011 | 111000 |
Color Harmonies of #E3553D
Complementary color
Monochromatic Colors of #E3553D
Black with #E3553D
Text Example
Text Example
White with #E3553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3553D; }
p { color: rgb(227,85,61); }
H1.HeaderClassName
{
color: #E3553D;
}
.AnyTagClassName
{
color: #E3553D;
}
</style>
background-color css
<style>
a { background-color: #E3553D; }
a { background-color: rgb(227,85,61); }
div.DivClassName
{
background-color: #E3553D;
}
.BgClassName
{
background-color: #E3553D;
}
</style>
border-color css
<style>
span { border-color: #E3553D; }
span { border-color: rgb(227,85,61); }
td.TdClassName
{
border-color: #E3553D;
}
.TagClassName
{
border-color: #E3553D;
}
</style>