Shades of Ruby #D00270
Tints of Ruby #D00270
RGB
CMYK
RGB Variations
Color information
#D00270 (or 0xD00270) is known color: Ruby. HEX triplet: D0, 02 and 70. RGB value is (208,2,112). Sum of RGB (Red+Green+Blue) = 208+2+112=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D00270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00270 is #2FFD8F. Grayscale: #4B4B4B. Windows color (decimal): -3145104 or 7340752. OLE color: 7340752.
HSL color Cylindrical-coordinate representation of color #D00270: hue angle of 327.96º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00270 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.18 |
| HSL | 327.96º | 0.98% | 0.41% | - |
| HSV(B) | 327.96º | 0.99% | 0.82% | - |
| XYZ | 28.96 | 14.62 | 16.63 | - |
| YUV | 76.13 | 148.25 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 112 | 0 | 0.99 | 0.46 | 0.18 | 327.96 | 0.98 | 0.41 |
| Hex | D0 | 2 | 70 | 0 | 63 | 2E | 12 | 148 | 62 | 29 |
| Octal | 320 | 2 | 160 | 0 | 143 | 56 | 22 | 510 | 142 | 51 |
| Binary | 11010000 | 10 | 1110000 | 0 | 1100011 | 101110 | 10010 | 101001000 | 1100010 | 101001 |
Color Harmonies of #D00270
Complementary color
Monochromatic Colors of #D00270
Black with #D00270
Text Example
Text Example
White with #D00270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00270; }
p { color: rgb(208,2,112); }
H1.HeaderClassName
{
color: #D00270;
}
.AnyTagClassName
{
color: #D00270;
}
</style>
background-color css
<style>
a { background-color: #D00270; }
a { background-color: rgb(208,2,112); }
div.DivClassName
{
background-color: #D00270;
}
.BgClassName
{
background-color: #D00270;
}
</style>
border-color css
<style>
span { border-color: #D00270; }
span { border-color: rgb(208,2,112); }
td.TdClassName
{
border-color: #D00270;
}
.TagClassName
{
border-color: #D00270;
}
</style>