Shades of Indian Red #D05855
Tints of Indian Red #D05855
RGB
CMYK
RGB Variations
Color information
#D05855 (or 0xD05855) is known color: Indian Red. HEX triplet: D0, 58 and 55. RGB value is (208,88,85). Sum of RGB (Red+Green+Blue) = 208+88+85=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D05855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05855 is #2FA7AA. Grayscale: #7B7B7B. Windows color (decimal): -3123115 or 5593296. OLE color: 5593296.
HSL color Cylindrical-coordinate representation of color #D05855: hue angle of 1.46º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05855 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 85 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.18 |
| HSL | 1.46º | 0.57% | 0.57% | - |
| HSV(B) | 1.46º | 0.59% | 0.82% | - |
| XYZ | 31.14 | 21.05 | 11.02 | - |
| YUV | 123.54 | 106.26 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 85 | 0 | 0.58 | 0.59 | 0.18 | 1.46 | 0.57 | 0.57 |
| Hex | D0 | 58 | 55 | 0 | 3A | 3B | 12 | 1 | 39 | 39 |
| Octal | 320 | 130 | 125 | 0 | 72 | 73 | 22 | 1 | 71 | 71 |
| Binary | 11010000 | 1011000 | 1010101 | 0 | 111010 | 111011 | 10010 | 1 | 111001 | 111001 |
Color Harmonies of #D05855
Complementary color
Monochromatic Colors of #D05855
Black with #D05855
Text Example
Text Example
White with #D05855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05855; }
p { color: rgb(208,88,85); }
H1.HeaderClassName
{
color: #D05855;
}
.AnyTagClassName
{
color: #D05855;
}
</style>
background-color css
<style>
a { background-color: #D05855; }
a { background-color: rgb(208,88,85); }
div.DivClassName
{
background-color: #D05855;
}
.BgClassName
{
background-color: #D05855;
}
</style>
border-color css
<style>
span { border-color: #D05855; }
span { border-color: rgb(208,88,85); }
td.TdClassName
{
border-color: #D05855;
}
.TagClassName
{
border-color: #D05855;
}
</style>