Shades of Ruby #DD1C53
Tints of Ruby #DD1C53
RGB
CMYK
RGB Variations
Color information
#DD1C53 (or 0xDD1C53) is known color: Ruby. HEX triplet: DD, 1C and 53. RGB value is (221,28,83). Sum of RGB (Red+Green+Blue) = 221+28+83=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1C53 is #22E3AC. Grayscale: #5B5B5B. Windows color (decimal): -2286509 or 5446877. OLE color: 5446877.
HSL color Cylindrical-coordinate representation of color #DD1C53: hue angle of 342.9º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1C53 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 83 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.13 |
| HSL | 342.9º | 0.78% | 0.49% | - |
| HSV(B) | 342.9º | 0.87% | 0.87% | - |
| XYZ | 31.8 | 16.83 | 9.76 | - |
| YUV | 91.98 | 122.94 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 83 | 0 | 0.87 | 0.62 | 0.13 | 342.9 | 0.78 | 0.49 |
| Hex | DD | 1C | 53 | 0 | 57 | 3E | D | 157 | 4E | 31 |
| Octal | 335 | 34 | 123 | 0 | 127 | 76 | 15 | 527 | 116 | 61 |
| Binary | 11011101 | 11100 | 1010011 | 0 | 1010111 | 111110 | 1101 | 101010111 | 1001110 | 110001 |
Color Harmonies of #DD1C53
Complementary color
Monochromatic Colors of #DD1C53
Black with #DD1C53
Text Example
Text Example
White with #DD1C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C53; }
p { color: rgb(221,28,83); }
H1.HeaderClassName
{
color: #DD1C53;
}
.AnyTagClassName
{
color: #DD1C53;
}
</style>
background-color css
<style>
a { background-color: #DD1C53; }
a { background-color: rgb(221,28,83); }
div.DivClassName
{
background-color: #DD1C53;
}
.BgClassName
{
background-color: #DD1C53;
}
</style>
border-color css
<style>
span { border-color: #DD1C53; }
span { border-color: rgb(221,28,83); }
td.TdClassName
{
border-color: #DD1C53;
}
.TagClassName
{
border-color: #DD1C53;
}
</style>