Shades of Cinnabar #E1433D
Tints of Cinnabar #E1433D
RGB
CMYK
RGB Variations
Color information
#E1433D (or 0xE1433D) is known color: Cinnabar. HEX triplet: E1, 43 and 3D. RGB value is (225,67,61). Sum of RGB (Red+Green+Blue) = 225+67+61=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E1433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1433D is #1EBCC2. Grayscale: #717171. Windows color (decimal): -2014403 or 4015073. OLE color: 4015073.
HSL color Cylindrical-coordinate representation of color #E1433D: hue angle of 2.2º 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 #E1433D is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 61 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.12 |
| HSL | 2.2º | 0.73% | 0.56% | - |
| HSV(B) | 2.2º | 0.73% | 0.88% | - |
| XYZ | 33.9 | 20.36 | 6.56 | - |
| YUV | 113.56 | 98.35 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 61 | 0 | 0.70 | 0.73 | 0.12 | 2.2 | 0.73 | 0.56 |
| Hex | E1 | 43 | 3D | 0 | 46 | 49 | C | 2 | 49 | 38 |
| Octal | 341 | 103 | 75 | 0 | 106 | 111 | 14 | 2 | 111 | 70 |
| Binary | 11100001 | 1000011 | 111101 | 0 | 1000110 | 1001001 | 1100 | 10 | 1001001 | 111000 |
Color Harmonies of #E1433D
Complementary color
Monochromatic Colors of #E1433D
Black with #E1433D
Text Example
Text Example
White with #E1433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1433D; }
p { color: rgb(225,67,61); }
H1.HeaderClassName
{
color: #E1433D;
}
.AnyTagClassName
{
color: #E1433D;
}
</style>
background-color css
<style>
a { background-color: #E1433D; }
a { background-color: rgb(225,67,61); }
div.DivClassName
{
background-color: #E1433D;
}
.BgClassName
{
background-color: #E1433D;
}
</style>
border-color css
<style>
span { border-color: #E1433D; }
span { border-color: rgb(225,67,61); }
td.TdClassName
{
border-color: #E1433D;
}
.TagClassName
{
border-color: #E1433D;
}
</style>