Shades of Crimson #E00328
Tints of Crimson #E00328
RGB
CMYK
RGB Variations
Color information
#E00328 (or 0xE00328) is known color: Crimson. HEX triplet: E0, 03 and 28. RGB value is (224,3,40). Sum of RGB (Red+Green+Blue) = 224+3+40=267 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.90% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 224 - color contains mainly: red. Hex color #E00328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00328 is #1FFCD7. Grayscale: #494949. Windows color (decimal): -2096344 or 2622432. OLE color: 2622432.
HSL color Cylindrical-coordinate representation of color #E00328: hue angle of 349.95º 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 #E00328 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 40 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.12 |
| HSL | 349.95º | 0.97% | 0.45% | - |
| HSV(B) | 349.95º | 0.99% | 0.88% | - |
| XYZ | 31.16 | 16.07 | 3.47 | - |
| YUV | 73.3 | 109.22 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 40 | 0 | 0.99 | 0.82 | 0.12 | 349.95 | 0.97 | 0.45 |
| Hex | E0 | 3 | 28 | 0 | 63 | 52 | C | 15E | 61 | 2D |
| Octal | 340 | 3 | 50 | 0 | 143 | 122 | 14 | 536 | 141 | 55 |
| Binary | 11100000 | 11 | 101000 | 0 | 1100011 | 1010010 | 1100 | 101011110 | 1100001 | 101101 |
Color Harmonies of #E00328
Complementary color
Monochromatic Colors of #E00328
Black with #E00328
Text Example
Text Example
White with #E00328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00328; }
p { color: rgb(224,3,40); }
H1.HeaderClassName
{
color: #E00328;
}
.AnyTagClassName
{
color: #E00328;
}
</style>
background-color css
<style>
a { background-color: #E00328; }
a { background-color: rgb(224,3,40); }
div.DivClassName
{
background-color: #E00328;
}
.BgClassName
{
background-color: #E00328;
}
</style>
border-color css
<style>
span { border-color: #E00328; }
span { border-color: rgb(224,3,40); }
td.TdClassName
{
border-color: #E00328;
}
.TagClassName
{
border-color: #E00328;
}
</style>