Shades of Crimson #E0032A
Tints of Crimson #E0032A
RGB
CMYK
RGB Variations
Color information
#E0032A (or 0xE0032A) is known color: Crimson. HEX triplet: E0, 03 and 2A. RGB value is (224,3,42). Sum of RGB (Red+Green+Blue) = 224+3+42=269 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.27% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 224 - color contains mainly: red. Hex color #E0032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0032A is #1FFCD5. Grayscale: #494949. Windows color (decimal): -2096342 or 2753504. OLE color: 2753504.
HSL color Cylindrical-coordinate representation of color #E0032A: hue angle of 349.41º 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 #E0032A is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 42 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.12 |
| HSL | 349.41º | 0.97% | 0.45% | - |
| HSV(B) | 349.41º | 0.99% | 0.88% | - |
| XYZ | 31.19 | 16.08 | 3.65 | - |
| YUV | 73.53 | 110.22 | 235.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 42 | 0 | 0.99 | 0.81 | 0.12 | 349.41 | 0.97 | 0.45 |
| Hex | E0 | 3 | 2A | 0 | 63 | 51 | C | 15D | 61 | 2D |
| Octal | 340 | 3 | 52 | 0 | 143 | 121 | 14 | 535 | 141 | 55 |
| Binary | 11100000 | 11 | 101010 | 0 | 1100011 | 1010001 | 1100 | 101011101 | 1100001 | 101101 |
Color Harmonies of #E0032A
Complementary color
Monochromatic Colors of #E0032A
Black with #E0032A
Text Example
Text Example
White with #E0032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0032A; }
p { color: rgb(224,3,42); }
H1.HeaderClassName
{
color: #E0032A;
}
.AnyTagClassName
{
color: #E0032A;
}
</style>
background-color css
<style>
a { background-color: #E0032A; }
a { background-color: rgb(224,3,42); }
div.DivClassName
{
background-color: #E0032A;
}
.BgClassName
{
background-color: #E0032A;
}
</style>
border-color css
<style>
span { border-color: #E0032A; }
span { border-color: rgb(224,3,42); }
td.TdClassName
{
border-color: #E0032A;
}
.TagClassName
{
border-color: #E0032A;
}
</style>