Shades of Crimson #E5103D
Tints of Crimson #E5103D
RGB
CMYK
RGB Variations
Color information
#E5103D (or 0xE5103D) is known color: Crimson. HEX triplet: E5, 10 and 3D. RGB value is (229,16,61). Sum of RGB (Red+Green+Blue) = 229+16+61=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E5103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5103D is #1AEFC2. Grayscale: #545454. Windows color (decimal): -1765315 or 4002021. OLE color: 4002021.
HSL color Cylindrical-coordinate representation of color #E5103D: hue angle of 347.32º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5103D is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 61 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.10 |
| HSL | 347.32º | 0.87% | 0.48% | - |
| HSV(B) | 347.32º | 0.93% | 0.9% | - |
| XYZ | 33.34 | 17.37 | 6.01 | - |
| YUV | 84.82 | 114.57 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 61 | 0 | 0.93 | 0.73 | 0.10 | 347.32 | 0.87 | 0.48 |
| Hex | E5 | 10 | 3D | 0 | 5D | 49 | A | 15B | 57 | 30 |
| Octal | 345 | 20 | 75 | 0 | 135 | 111 | 12 | 533 | 127 | 60 |
| Binary | 11100101 | 10000 | 111101 | 0 | 1011101 | 1001001 | 1010 | 101011011 | 1010111 | 110000 |
Color Harmonies of #E5103D
Complementary color
Monochromatic Colors of #E5103D
Black with #E5103D
Text Example
Text Example
White with #E5103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5103D; }
p { color: rgb(229,16,61); }
H1.HeaderClassName
{
color: #E5103D;
}
.AnyTagClassName
{
color: #E5103D;
}
</style>
background-color css
<style>
a { background-color: #E5103D; }
a { background-color: rgb(229,16,61); }
div.DivClassName
{
background-color: #E5103D;
}
.BgClassName
{
background-color: #E5103D;
}
</style>
border-color css
<style>
span { border-color: #E5103D; }
span { border-color: rgb(229,16,61); }
td.TdClassName
{
border-color: #E5103D;
}
.TagClassName
{
border-color: #E5103D;
}
</style>