Shades of Indian Red #D05C5B
Tints of Indian Red #D05C5B
RGB
CMYK
RGB Variations
Color information
#D05C5B (or 0xD05C5B) is known color: Indian Red. HEX triplet: D0, 5C and 5B. RGB value is (208,92,91). Sum of RGB (Red+Green+Blue) = 208+92+91=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05C5B is #2FA3A4. Grayscale: #7E7E7E. Windows color (decimal): -3122085 or 5987536. OLE color: 5987536.
HSL color Cylindrical-coordinate representation of color #D05C5B: hue angle of 0.51º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05C5B is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 91 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.18 |
| HSL | 0.51º | 0.55% | 0.59% | - |
| HSV(B) | 0.51º | 0.56% | 0.82% | - |
| XYZ | 31.73 | 21.82 | 12.44 | - |
| YUV | 126.57 | 107.93 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 91 | 0 | 0.56 | 0.56 | 0.18 | 0.51 | 0.55 | 0.59 |
| Hex | D0 | 5C | 5B | 0 | 38 | 38 | 12 | 1 | 37 | 3B |
| Octal | 320 | 134 | 133 | 0 | 70 | 70 | 22 | 1 | 67 | 73 |
| Binary | 11010000 | 1011100 | 1011011 | 0 | 111000 | 111000 | 10010 | 1 | 110111 | 111011 |
Color Harmonies of #D05C5B
Complementary color
Monochromatic Colors of #D05C5B
Black with #D05C5B
Text Example
Text Example
White with #D05C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05C5B; }
p { color: rgb(208,92,91); }
H1.HeaderClassName
{
color: #D05C5B;
}
.AnyTagClassName
{
color: #D05C5B;
}
</style>
background-color css
<style>
a { background-color: #D05C5B; }
a { background-color: rgb(208,92,91); }
div.DivClassName
{
background-color: #D05C5B;
}
.BgClassName
{
background-color: #D05C5B;
}
</style>
border-color css
<style>
span { border-color: #D05C5B; }
span { border-color: rgb(208,92,91); }
td.TdClassName
{
border-color: #D05C5B;
}
.TagClassName
{
border-color: #D05C5B;
}
</style>