Shades of Indian Red #D15B5A
Tints of Indian Red #D15B5A
RGB
CMYK
RGB Variations
Color information
#D15B5A (or 0xD15B5A) is known color: Indian Red. HEX triplet: D1, 5B and 5A. RGB value is (209,91,90). Sum of RGB (Red+Green+Blue) = 209+91+90=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15B5A is #2EA4A5. Grayscale: #7E7E7E. Windows color (decimal): -3056806 or 5921745. OLE color: 5921745.
HSL color Cylindrical-coordinate representation of color #D15B5A: hue angle of 0.5º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15B5A is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 90 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.18 |
| HSL | 0.5º | 0.56% | 0.59% | - |
| HSV(B) | 0.5º | 0.57% | 0.82% | - |
| XYZ | 31.88 | 21.78 | 12.2 | - |
| YUV | 126.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 90 | 0 | 0.56 | 0.57 | 0.18 | 0.5 | 0.56 | 0.59 |
| Hex | D1 | 5B | 5A | 0 | 38 | 39 | 12 | 1 | 38 | 3B |
| Octal | 321 | 133 | 132 | 0 | 70 | 71 | 22 | 1 | 70 | 73 |
| Binary | 11010001 | 1011011 | 1011010 | 0 | 111000 | 111001 | 10010 | 1 | 111000 | 111011 |
Color Harmonies of #D15B5A
Complementary color
Monochromatic Colors of #D15B5A
Black with #D15B5A
Text Example
Text Example
White with #D15B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B5A; }
p { color: rgb(209,91,90); }
H1.HeaderClassName
{
color: #D15B5A;
}
.AnyTagClassName
{
color: #D15B5A;
}
</style>
background-color css
<style>
a { background-color: #D15B5A; }
a { background-color: rgb(209,91,90); }
div.DivClassName
{
background-color: #D15B5A;
}
.BgClassName
{
background-color: #D15B5A;
}
</style>
border-color css
<style>
span { border-color: #D15B5A; }
span { border-color: rgb(209,91,90); }
td.TdClassName
{
border-color: #D15B5A;
}
.TagClassName
{
border-color: #D15B5A;
}
</style>