Shades of Cinnabar #E13D34
Tints of Cinnabar #E13D34
RGB
CMYK
RGB Variations
Color information
#E13D34 (or 0xE13D34) is known color: Cinnabar. HEX triplet: E1, 3D and 34. RGB value is (225,61,52). Sum of RGB (Red+Green+Blue) = 225+61+52=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13D34 is #1EC2CB. Grayscale: #6D6D6D. Windows color (decimal): -2015948 or 3423713. OLE color: 3423713.
HSL color Cylindrical-coordinate representation of color #E13D34: hue angle of 3.12º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E13D34 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 52 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.12 |
| HSL | 3.12º | 0.74% | 0.54% | - |
| HSV(B) | 3.12º | 0.77% | 0.88% | - |
| XYZ | 33.34 | 19.59 | 5.27 | - |
| YUV | 109.01 | 95.83 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 52 | 0 | 0.73 | 0.77 | 0.12 | 3.12 | 0.74 | 0.54 |
| Hex | E1 | 3D | 34 | 0 | 49 | 4D | C | 3 | 4A | 36 |
| Octal | 341 | 75 | 64 | 0 | 111 | 115 | 14 | 3 | 112 | 66 |
| Binary | 11100001 | 111101 | 110100 | 0 | 1001001 | 1001101 | 1100 | 11 | 1001010 | 110110 |
Color Harmonies of #E13D34
Complementary color
Monochromatic Colors of #E13D34
Black with #E13D34
Text Example
Text Example
White with #E13D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13D34; }
p { color: rgb(225,61,52); }
H1.HeaderClassName
{
color: #E13D34;
}
.AnyTagClassName
{
color: #E13D34;
}
</style>
background-color css
<style>
a { background-color: #E13D34; }
a { background-color: rgb(225,61,52); }
div.DivClassName
{
background-color: #E13D34;
}
.BgClassName
{
background-color: #E13D34;
}
</style>
border-color css
<style>
span { border-color: #E13D34; }
span { border-color: rgb(225,61,52); }
td.TdClassName
{
border-color: #E13D34;
}
.TagClassName
{
border-color: #E13D34;
}
</style>