Shades of Indian Red #D25E5B
Tints of Indian Red #D25E5B
RGB
CMYK
RGB Variations
Color information
#D25E5B (or 0xD25E5B) is known color: Indian Red. HEX triplet: D2, 5E and 5B. RGB value is (210,94,91). Sum of RGB (Red+Green+Blue) = 210+94+91=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E5B is #2DA1A4. Grayscale: #808080. Windows color (decimal): -2990501 or 5988050. OLE color: 5988050.
HSL color Cylindrical-coordinate representation of color #D25E5B: hue angle of 1.51º degrees, saturation: 0.57, 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 #D25E5B is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 91 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.18 |
| HSL | 1.51º | 0.57% | 0.59% | - |
| HSV(B) | 1.51º | 0.57% | 0.82% | - |
| XYZ | 32.47 | 22.46 | 12.52 | - |
| YUV | 128.34 | 106.93 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 91 | 0 | 0.55 | 0.57 | 0.18 | 1.51 | 0.57 | 0.59 |
| Hex | D2 | 5E | 5B | 0 | 37 | 39 | 12 | 2 | 39 | 3B |
| Octal | 322 | 136 | 133 | 0 | 67 | 71 | 22 | 2 | 71 | 73 |
| Binary | 11010010 | 1011110 | 1011011 | 0 | 110111 | 111001 | 10010 | 10 | 111001 | 111011 |
Color Harmonies of #D25E5B
Complementary color
Monochromatic Colors of #D25E5B
Black with #D25E5B
Text Example
Text Example
White with #D25E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E5B; }
p { color: rgb(210,94,91); }
H1.HeaderClassName
{
color: #D25E5B;
}
.AnyTagClassName
{
color: #D25E5B;
}
</style>
background-color css
<style>
a { background-color: #D25E5B; }
a { background-color: rgb(210,94,91); }
div.DivClassName
{
background-color: #D25E5B;
}
.BgClassName
{
background-color: #D25E5B;
}
</style>
border-color css
<style>
span { border-color: #D25E5B; }
span { border-color: rgb(210,94,91); }
td.TdClassName
{
border-color: #D25E5B;
}
.TagClassName
{
border-color: #D25E5B;
}
</style>