Shades of Ruby #E00372
Tints of Ruby #E00372
RGB
CMYK
RGB Variations
Color information
#E00372 (or 0xE00372) is known color: Ruby. HEX triplet: E0, 03 and 72. RGB value is (224,3,114). Sum of RGB (Red+Green+Blue) = 224+3+114=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E00372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00372 is #1FFC8D. Grayscale: #515151. Windows color (decimal): -2096270 or 7472096. OLE color: 7472096.
HSL color Cylindrical-coordinate representation of color #E00372: hue angle of 329.86º 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 #E00372 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.12 |
| HSL | 329.86º | 0.97% | 0.45% | - |
| HSV(B) | 329.86º | 0.99% | 0.88% | - |
| XYZ | 33.81 | 17.13 | 17.44 | - |
| YUV | 81.73 | 146.22 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 114 | 0 | 0.99 | 0.49 | 0.12 | 329.86 | 0.97 | 0.45 |
| Hex | E0 | 3 | 72 | 0 | 63 | 31 | C | 14A | 61 | 2D |
| Octal | 340 | 3 | 162 | 0 | 143 | 61 | 14 | 512 | 141 | 55 |
| Binary | 11100000 | 11 | 1110010 | 0 | 1100011 | 110001 | 1100 | 101001010 | 1100001 | 101101 |
Color Harmonies of #E00372
Complementary color
Monochromatic Colors of #E00372
Black with #E00372
Text Example
Text Example
White with #E00372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00372; }
p { color: rgb(224,3,114); }
H1.HeaderClassName
{
color: #E00372;
}
.AnyTagClassName
{
color: #E00372;
}
</style>
background-color css
<style>
a { background-color: #E00372; }
a { background-color: rgb(224,3,114); }
div.DivClassName
{
background-color: #E00372;
}
.BgClassName
{
background-color: #E00372;
}
</style>
border-color css
<style>
span { border-color: #E00372; }
span { border-color: rgb(224,3,114); }
td.TdClassName
{
border-color: #E00372;
}
.TagClassName
{
border-color: #E00372;
}
</style>