Shades of Ruby #DE125C
Tints of Ruby #DE125C
RGB
CMYK
RGB Variations
Color information
#DE125C (or 0xDE125C) is known color: Ruby. HEX triplet: DE, 12 and 5C. RGB value is (222,18,92). Sum of RGB (Red+Green+Blue) = 222+18+92=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE125C is #21EDA3. Grayscale: #575757. Windows color (decimal): -2223524 or 6034142. OLE color: 6034142.
HSL color Cylindrical-coordinate representation of color #DE125C: hue angle of 338.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE125C is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 18 | 92 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.13 |
| HSL | 338.24º | 0.85% | 0.47% | - |
| HSV(B) | 338.24º | 0.92% | 0.87% | - |
| XYZ | 32.27 | 16.73 | 11.65 | - |
| YUV | 87.43 | 130.59 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 18 | 92 | 0 | 0.92 | 0.59 | 0.13 | 338.24 | 0.85 | 0.47 |
| Hex | DE | 12 | 5C | 0 | 5C | 3B | D | 152 | 55 | 2F |
| Octal | 336 | 22 | 134 | 0 | 134 | 73 | 15 | 522 | 125 | 57 |
| Binary | 11011110 | 10010 | 1011100 | 0 | 1011100 | 111011 | 1101 | 101010010 | 1010101 | 101111 |
Color Harmonies of #DE125C
Complementary color
Monochromatic Colors of #DE125C
Black with #DE125C
Text Example
Text Example
White with #DE125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE125C; }
p { color: rgb(222,18,92); }
H1.HeaderClassName
{
color: #DE125C;
}
.AnyTagClassName
{
color: #DE125C;
}
</style>
background-color css
<style>
a { background-color: #DE125C; }
a { background-color: rgb(222,18,92); }
div.DivClassName
{
background-color: #DE125C;
}
.BgClassName
{
background-color: #DE125C;
}
</style>
border-color css
<style>
span { border-color: #DE125C; }
span { border-color: rgb(222,18,92); }
td.TdClassName
{
border-color: #DE125C;
}
.TagClassName
{
border-color: #DE125C;
}
</style>