Shades of Ruby #DC1474
Tints of Ruby #DC1474
RGB
CMYK
RGB Variations
Color information
#DC1474 (or 0xDC1474) is known color: Ruby. HEX triplet: DC, 14 and 74. RGB value is (220,20,116). Sum of RGB (Red+Green+Blue) = 220+20+116=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1474 is #23EB8B. Grayscale: #5A5A5A. Windows color (decimal): -2354060 or 7607516. OLE color: 7607516.
HSL color Cylindrical-coordinate representation of color #DC1474: hue angle of 331.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1474 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 116 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.14 |
| HSL | 331.2º | 0.83% | 0.47% | - |
| HSV(B) | 331.2º | 0.91% | 0.86% | - |
| XYZ | 32.92 | 16.98 | 18.06 | - |
| YUV | 90.74 | 142.26 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 116 | 0 | 0.91 | 0.47 | 0.14 | 331.2 | 0.83 | 0.47 |
| Hex | DC | 14 | 74 | 0 | 5B | 2F | E | 14B | 53 | 2F |
| Octal | 334 | 24 | 164 | 0 | 133 | 57 | 16 | 513 | 123 | 57 |
| Binary | 11011100 | 10100 | 1110100 | 0 | 1011011 | 101111 | 1110 | 101001011 | 1010011 | 101111 |
Color Harmonies of #DC1474
Complementary color
Monochromatic Colors of #DC1474
Black with #DC1474
Text Example
Text Example
White with #DC1474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1474; }
p { color: rgb(220,20,116); }
H1.HeaderClassName
{
color: #DC1474;
}
.AnyTagClassName
{
color: #DC1474;
}
</style>
background-color css
<style>
a { background-color: #DC1474; }
a { background-color: rgb(220,20,116); }
div.DivClassName
{
background-color: #DC1474;
}
.BgClassName
{
background-color: #DC1474;
}
</style>
border-color css
<style>
span { border-color: #DC1474; }
span { border-color: rgb(220,20,116); }
td.TdClassName
{
border-color: #DC1474;
}
.TagClassName
{
border-color: #DC1474;
}
</style>