Shades of Crimson #E10328
Tints of Crimson #E10328
RGB
CMYK
RGB Variations
Color information
#E10328 (or 0xE10328) is known color: Crimson. HEX triplet: E1, 03 and 28. RGB value is (225,3,40). Sum of RGB (Red+Green+Blue) = 225+3+40=268 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.96% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 225 - color contains mainly: red. Hex color #E10328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10328 is #1EFCD7. Grayscale: #494949. Windows color (decimal): -2030808 or 2622433. OLE color: 2622433.
HSL color Cylindrical-coordinate representation of color #E10328: hue angle of 350º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10328 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 40 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.12 |
| HSL | 350º | 0.97% | 0.45% | - |
| HSV(B) | 350º | 0.99% | 0.88% | - |
| XYZ | 31.47 | 16.23 | 3.48 | - |
| YUV | 73.6 | 109.05 | 235.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 40 | 0 | 0.99 | 0.82 | 0.12 | 350 | 0.97 | 0.45 |
| Hex | E1 | 3 | 28 | 0 | 63 | 52 | C | 15E | 61 | 2D |
| Octal | 341 | 3 | 50 | 0 | 143 | 122 | 14 | 536 | 141 | 55 |
| Binary | 11100001 | 11 | 101000 | 0 | 1100011 | 1010010 | 1100 | 101011110 | 1100001 | 101101 |
Color Harmonies of #E10328
Complementary color
Monochromatic Colors of #E10328
Black with #E10328
Text Example
Text Example
White with #E10328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10328; }
p { color: rgb(225,3,40); }
H1.HeaderClassName
{
color: #E10328;
}
.AnyTagClassName
{
color: #E10328;
}
</style>
background-color css
<style>
a { background-color: #E10328; }
a { background-color: rgb(225,3,40); }
div.DivClassName
{
background-color: #E10328;
}
.BgClassName
{
background-color: #E10328;
}
</style>
border-color css
<style>
span { border-color: #E10328; }
span { border-color: rgb(225,3,40); }
td.TdClassName
{
border-color: #E10328;
}
.TagClassName
{
border-color: #E10328;
}
</style>