Shades of Ruby #DE1353
Tints of Ruby #DE1353
RGB
CMYK
RGB Variations
Color information
#DE1353 (or 0xDE1353) is known color: Ruby. HEX triplet: DE, 13 and 53. RGB value is (222,19,83). Sum of RGB (Red+Green+Blue) = 222+19+83=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1353 is #21ECAC. Grayscale: #565656. Windows color (decimal): -2223277 or 5444574. OLE color: 5444574.
HSL color Cylindrical-coordinate representation of color #DE1353: hue angle of 341.08º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1353 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 19 | 83 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.13 |
| HSL | 341.08º | 0.84% | 0.47% | - |
| HSV(B) | 341.08º | 0.91% | 0.87% | - |
| XYZ | 31.92 | 16.62 | 9.71 | - |
| YUV | 86.99 | 125.75 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 83 | 0 | 0.91 | 0.63 | 0.13 | 341.08 | 0.84 | 0.47 |
| Hex | DE | 13 | 53 | 0 | 5B | 3F | D | 155 | 54 | 2F |
| Octal | 336 | 23 | 123 | 0 | 133 | 77 | 15 | 525 | 124 | 57 |
| Binary | 11011110 | 10011 | 1010011 | 0 | 1011011 | 111111 | 1101 | 101010101 | 1010100 | 101111 |
Color Harmonies of #DE1353
Complementary color
Monochromatic Colors of #DE1353
Black with #DE1353
Text Example
Text Example
White with #DE1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1353; }
p { color: rgb(222,19,83); }
H1.HeaderClassName
{
color: #DE1353;
}
.AnyTagClassName
{
color: #DE1353;
}
</style>
background-color css
<style>
a { background-color: #DE1353; }
a { background-color: rgb(222,19,83); }
div.DivClassName
{
background-color: #DE1353;
}
.BgClassName
{
background-color: #DE1353;
}
</style>
border-color css
<style>
span { border-color: #DE1353; }
span { border-color: rgb(222,19,83); }
td.TdClassName
{
border-color: #DE1353;
}
.TagClassName
{
border-color: #DE1353;
}
</style>