Shades of Crimson #E00734
Tints of Crimson #E00734
RGB
CMYK
RGB Variations
Color information
#E00734 (or 0xE00734) is known color: Crimson. HEX triplet: E0, 07 and 34. RGB value is (224,7,52). Sum of RGB (Red+Green+Blue) = 224+7+52=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E00734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00734 is #1FF8CB. Grayscale: #4D4D4D. Windows color (decimal): -2095308 or 3409888. OLE color: 3409888.
HSL color Cylindrical-coordinate representation of color #E00734: hue angle of 347.56º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00734 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 52 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.12 |
| HSL | 347.56º | 0.94% | 0.45% | - |
| HSV(B) | 347.56º | 0.97% | 0.88% | - |
| XYZ | 31.44 | 16.25 | 4.73 | - |
| YUV | 77.01 | 113.89 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 52 | 0 | 0.97 | 0.77 | 0.12 | 347.56 | 0.94 | 0.45 |
| Hex | E0 | 7 | 34 | 0 | 61 | 4D | C | 15C | 5E | 2D |
| Octal | 340 | 7 | 64 | 0 | 141 | 115 | 14 | 534 | 136 | 55 |
| Binary | 11100000 | 111 | 110100 | 0 | 1100001 | 1001101 | 1100 | 101011100 | 1011110 | 101101 |
Color Harmonies of #E00734
Complementary color
Monochromatic Colors of #E00734
Black with #E00734
Text Example
Text Example
White with #E00734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00734; }
p { color: rgb(224,7,52); }
H1.HeaderClassName
{
color: #E00734;
}
.AnyTagClassName
{
color: #E00734;
}
</style>
background-color css
<style>
a { background-color: #E00734; }
a { background-color: rgb(224,7,52); }
div.DivClassName
{
background-color: #E00734;
}
.BgClassName
{
background-color: #E00734;
}
</style>
border-color css
<style>
span { border-color: #E00734; }
span { border-color: rgb(224,7,52); }
td.TdClassName
{
border-color: #E00734;
}
.TagClassName
{
border-color: #E00734;
}
</style>