Shades of Indian Red #D05C5C
Tints of Indian Red #D05C5C
RGB
CMYK
RGB Variations
Color information
#D05C5C (or 0xD05C5C) is known color: Indian Red. HEX triplet: D0, 5C and 5C. RGB value is (208,92,92). Sum of RGB (Red+Green+Blue) = 208+92+92=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05C5C is #2FA3A3. Grayscale: #7E7E7E. Windows color (decimal): -3122084 or 6053072. OLE color: 6053072.
HSL color Cylindrical-coordinate representation of color #D05C5C: hue angle of 0º 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 #D05C5C is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 92 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.18 |
| HSL | 0º | 0.55% | 0.59% | - |
| HSV(B) | 0º | 0.56% | 0.82% | - |
| XYZ | 31.77 | 21.84 | 12.67 | - |
| YUV | 126.68 | 108.43 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 92 | 0 | 0.56 | 0.56 | 0.18 | 0 | 0.55 | 0.59 |
| Hex | D0 | 5C | 5C | 0 | 38 | 38 | 12 | 0 | 37 | 3B |
| Octal | 320 | 134 | 134 | 0 | 70 | 70 | 22 | 0 | 67 | 73 |
| Binary | 11010000 | 1011100 | 1011100 | 0 | 111000 | 111000 | 10010 | 0 | 110111 | 111011 |
Color Harmonies of #D05C5C
Complementary color
Monochromatic Colors of #D05C5C
Black with #D05C5C
Text Example
Text Example
White with #D05C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05C5C; }
p { color: rgb(208,92,92); }
H1.HeaderClassName
{
color: #D05C5C;
}
.AnyTagClassName
{
color: #D05C5C;
}
</style>
background-color css
<style>
a { background-color: #D05C5C; }
a { background-color: rgb(208,92,92); }
div.DivClassName
{
background-color: #D05C5C;
}
.BgClassName
{
background-color: #D05C5C;
}
</style>
border-color css
<style>
span { border-color: #D05C5C; }
span { border-color: rgb(208,92,92); }
td.TdClassName
{
border-color: #D05C5C;
}
.TagClassName
{
border-color: #D05C5C;
}
</style>