Shades of Cinnabar #E1483D
Tints of Cinnabar #E1483D
RGB
CMYK
RGB Variations
Color information
#E1483D (or 0xE1483D) is known color: Cinnabar. HEX triplet: E1, 48 and 3D. RGB value is (225,72,61). Sum of RGB (Red+Green+Blue) = 225+72+61=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E1483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1483D is #1EB7C2. Grayscale: #747474. Windows color (decimal): -2013123 or 4016353. OLE color: 4016353.
HSL color Cylindrical-coordinate representation of color #E1483D: hue angle of 4.02º 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 #E1483D is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 61 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.12 |
| HSL | 4.02º | 0.73% | 0.56% | - |
| HSV(B) | 4.02º | 0.73% | 0.88% | - |
| XYZ | 34.21 | 20.98 | 6.66 | - |
| YUV | 116.49 | 96.69 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 61 | 0 | 0.68 | 0.73 | 0.12 | 4.02 | 0.73 | 0.56 |
| Hex | E1 | 48 | 3D | 0 | 44 | 49 | C | 4 | 49 | 38 |
| Octal | 341 | 110 | 75 | 0 | 104 | 111 | 14 | 4 | 111 | 70 |
| Binary | 11100001 | 1001000 | 111101 | 0 | 1000100 | 1001001 | 1100 | 100 | 1001001 | 111000 |
Color Harmonies of #E1483D
Complementary color
Monochromatic Colors of #E1483D
Black with #E1483D
Text Example
Text Example
White with #E1483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1483D; }
p { color: rgb(225,72,61); }
H1.HeaderClassName
{
color: #E1483D;
}
.AnyTagClassName
{
color: #E1483D;
}
</style>
background-color css
<style>
a { background-color: #E1483D; }
a { background-color: rgb(225,72,61); }
div.DivClassName
{
background-color: #E1483D;
}
.BgClassName
{
background-color: #E1483D;
}
</style>
border-color css
<style>
span { border-color: #E1483D; }
span { border-color: rgb(225,72,61); }
td.TdClassName
{
border-color: #E1483D;
}
.TagClassName
{
border-color: #E1483D;
}
</style>