Shades of Crimson #E4103D
Tints of Crimson #E4103D
RGB
CMYK
RGB Variations
Color information
#E4103D (or 0xE4103D) is known color: Crimson. HEX triplet: E4, 10 and 3D. RGB value is (228,16,61). Sum of RGB (Red+Green+Blue) = 228+16+61=305 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.75% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 228 - color contains mainly: red. Hex color #E4103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4103D is #1BEFC2. Grayscale: #545454. Windows color (decimal): -1830851 or 4002020. OLE color: 4002020.
HSL color Cylindrical-coordinate representation of color #E4103D: hue angle of 347.26º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4103D is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 61 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.11 |
| HSL | 347.26º | 0.87% | 0.48% | - |
| HSV(B) | 347.26º | 0.93% | 0.89% | - |
| XYZ | 33.02 | 17.2 | 5.99 | - |
| YUV | 84.52 | 114.74 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 61 | 0 | 0.93 | 0.73 | 0.11 | 347.26 | 0.87 | 0.48 |
| Hex | E4 | 10 | 3D | 0 | 5D | 49 | B | 15B | 57 | 30 |
| Octal | 344 | 20 | 75 | 0 | 135 | 111 | 13 | 533 | 127 | 60 |
| Binary | 11100100 | 10000 | 111101 | 0 | 1011101 | 1001001 | 1011 | 101011011 | 1010111 | 110000 |
Color Harmonies of #E4103D
Complementary color
Monochromatic Colors of #E4103D
Black with #E4103D
Text Example
Text Example
White with #E4103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4103D; }
p { color: rgb(228,16,61); }
H1.HeaderClassName
{
color: #E4103D;
}
.AnyTagClassName
{
color: #E4103D;
}
</style>
background-color css
<style>
a { background-color: #E4103D; }
a { background-color: rgb(228,16,61); }
div.DivClassName
{
background-color: #E4103D;
}
.BgClassName
{
background-color: #E4103D;
}
</style>
border-color css
<style>
span { border-color: #E4103D; }
span { border-color: rgb(228,16,61); }
td.TdClassName
{
border-color: #E4103D;
}
.TagClassName
{
border-color: #E4103D;
}
</style>