Shades of Crimson #E00733
Tints of Crimson #E00733
RGB
CMYK
RGB Variations
Color information
#E00733 (or 0xE00733) is known color: Crimson. HEX triplet: E0, 07 and 33. RGB value is (224,7,51). Sum of RGB (Red+Green+Blue) = 224+7+51=282 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.43% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 224 - color contains mainly: red. Hex color #E00733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00733 is #1FF8CC. Grayscale: #4C4C4C. Windows color (decimal): -2095309 or 3344352. OLE color: 3344352.
HSL color Cylindrical-coordinate representation of color #E00733: hue angle of 347.83º 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 #E00733 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 51 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.12 |
| HSL | 347.83º | 0.94% | 0.45% | - |
| HSV(B) | 347.83º | 0.97% | 0.88% | - |
| XYZ | 31.41 | 16.24 | 4.61 | - |
| YUV | 76.9 | 113.39 | 232.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 51 | 0 | 0.97 | 0.77 | 0.12 | 347.83 | 0.94 | 0.45 |
| Hex | E0 | 7 | 33 | 0 | 61 | 4D | C | 15C | 5E | 2D |
| Octal | 340 | 7 | 63 | 0 | 141 | 115 | 14 | 534 | 136 | 55 |
| Binary | 11100000 | 111 | 110011 | 0 | 1100001 | 1001101 | 1100 | 101011100 | 1011110 | 101101 |
Color Harmonies of #E00733
Complementary color
Monochromatic Colors of #E00733
Black with #E00733
Text Example
Text Example
White with #E00733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00733; }
p { color: rgb(224,7,51); }
H1.HeaderClassName
{
color: #E00733;
}
.AnyTagClassName
{
color: #E00733;
}
</style>
background-color css
<style>
a { background-color: #E00733; }
a { background-color: rgb(224,7,51); }
div.DivClassName
{
background-color: #E00733;
}
.BgClassName
{
background-color: #E00733;
}
</style>
border-color css
<style>
span { border-color: #E00733; }
span { border-color: rgb(224,7,51); }
td.TdClassName
{
border-color: #E00733;
}
.TagClassName
{
border-color: #E00733;
}
</style>