Shades of Cinnabar #E13D2B
Tints of Cinnabar #E13D2B
RGB
CMYK
RGB Variations
Color information
#E13D2B (or 0xE13D2B) is known color: Cinnabar. HEX triplet: E1, 3D and 2B. RGB value is (225,61,43). Sum of RGB (Red+Green+Blue) = 225+61+43=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13D2B is #1EC2D4. Grayscale: #6C6C6C. Windows color (decimal): -2015957 or 2833889. OLE color: 2833889.
HSL color Cylindrical-coordinate representation of color #E13D2B: hue angle of 5.93º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E13D2B is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 43 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.12 |
| HSL | 5.93º | 0.75% | 0.53% | - |
| HSV(B) | 5.93º | 0.81% | 0.88% | - |
| XYZ | 33.16 | 19.52 | 4.31 | - |
| YUV | 107.98 | 91.33 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 43 | 0 | 0.73 | 0.81 | 0.12 | 5.93 | 0.75 | 0.53 |
| Hex | E1 | 3D | 2B | 0 | 49 | 51 | C | 6 | 4B | 35 |
| Octal | 341 | 75 | 53 | 0 | 111 | 121 | 14 | 6 | 113 | 65 |
| Binary | 11100001 | 111101 | 101011 | 0 | 1001001 | 1010001 | 1100 | 110 | 1001011 | 110101 |
Color Harmonies of #E13D2B
Complementary color
Monochromatic Colors of #E13D2B
Black with #E13D2B
Text Example
Text Example
White with #E13D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13D2B; }
p { color: rgb(225,61,43); }
H1.HeaderClassName
{
color: #E13D2B;
}
.AnyTagClassName
{
color: #E13D2B;
}
</style>
background-color css
<style>
a { background-color: #E13D2B; }
a { background-color: rgb(225,61,43); }
div.DivClassName
{
background-color: #E13D2B;
}
.BgClassName
{
background-color: #E13D2B;
}
</style>
border-color css
<style>
span { border-color: #E13D2B; }
span { border-color: rgb(225,61,43); }
td.TdClassName
{
border-color: #E13D2B;
}
.TagClassName
{
border-color: #E13D2B;
}
</style>