Shades of Cinnabar #E1533D
Tints of Cinnabar #E1533D
RGB
CMYK
RGB Variations
Color information
#E1533D (or 0xE1533D) is known color: Cinnabar. HEX triplet: E1, 53 and 3D. RGB value is (225,83,61). Sum of RGB (Red+Green+Blue) = 225+83+61=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E1533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1533D is #1EACC2. Grayscale: #7B7B7B. Windows color (decimal): -2010307 or 4019169. OLE color: 4019169.
HSL color Cylindrical-coordinate representation of color #E1533D: hue angle of 8.05º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1533D is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 61 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.12 |
| HSL | 8.05º | 0.73% | 0.56% | - |
| HSV(B) | 8.05º | 0.73% | 0.88% | - |
| XYZ | 34.99 | 22.53 | 6.92 | - |
| YUV | 122.95 | 93.04 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 61 | 0 | 0.63 | 0.73 | 0.12 | 8.05 | 0.73 | 0.56 |
| Hex | E1 | 53 | 3D | 0 | 3F | 49 | C | 8 | 49 | 38 |
| Octal | 341 | 123 | 75 | 0 | 77 | 111 | 14 | 10 | 111 | 70 |
| Binary | 11100001 | 1010011 | 111101 | 0 | 111111 | 1001001 | 1100 | 1000 | 1001001 | 111000 |
Color Harmonies of #E1533D
Complementary color
Monochromatic Colors of #E1533D
Black with #E1533D
Text Example
Text Example
White with #E1533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1533D; }
p { color: rgb(225,83,61); }
H1.HeaderClassName
{
color: #E1533D;
}
.AnyTagClassName
{
color: #E1533D;
}
</style>
background-color css
<style>
a { background-color: #E1533D; }
a { background-color: rgb(225,83,61); }
div.DivClassName
{
background-color: #E1533D;
}
.BgClassName
{
background-color: #E1533D;
}
</style>
border-color css
<style>
span { border-color: #E1533D; }
span { border-color: rgb(225,83,61); }
td.TdClassName
{
border-color: #E1533D;
}
.TagClassName
{
border-color: #E1533D;
}
</style>