Shades of Ruby #D00367
Tints of Ruby #D00367
RGB
CMYK
RGB Variations
Color information
#D00367 (or 0xD00367) is known color: Ruby. HEX triplet: D0, 03 and 67. RGB value is (208,3,103). Sum of RGB (Red+Green+Blue) = 208+3+103=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D00367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00367 is #2FFC98. Grayscale: #4B4B4B. Windows color (decimal): -3144857 or 6751184. OLE color: 6751184.
HSL color Cylindrical-coordinate representation of color #D00367: hue angle of 330.73º degrees, saturation: 0.97, 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 #D00367 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 103 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.18 |
| HSL | 330.73º | 0.97% | 0.41% | - |
| HSV(B) | 330.73º | 0.99% | 0.82% | - |
| XYZ | 28.49 | 14.45 | 14.12 | - |
| YUV | 75.7 | 143.42 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 103 | 0 | 0.99 | 0.50 | 0.18 | 330.73 | 0.97 | 0.41 |
| Hex | D0 | 3 | 67 | 0 | 63 | 32 | 12 | 14B | 61 | 29 |
| Octal | 320 | 3 | 147 | 0 | 143 | 62 | 22 | 513 | 141 | 51 |
| Binary | 11010000 | 11 | 1100111 | 0 | 1100011 | 110010 | 10010 | 101001011 | 1100001 | 101001 |
Color Harmonies of #D00367
Complementary color
Monochromatic Colors of #D00367
Black with #D00367
Text Example
Text Example
White with #D00367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00367; }
p { color: rgb(208,3,103); }
H1.HeaderClassName
{
color: #D00367;
}
.AnyTagClassName
{
color: #D00367;
}
</style>
background-color css
<style>
a { background-color: #D00367; }
a { background-color: rgb(208,3,103); }
div.DivClassName
{
background-color: #D00367;
}
.BgClassName
{
background-color: #D00367;
}
</style>
border-color css
<style>
span { border-color: #D00367; }
span { border-color: rgb(208,3,103); }
td.TdClassName
{
border-color: #D00367;
}
.TagClassName
{
border-color: #D00367;
}
</style>