Shades of Indian Red #D65858
Tints of Indian Red #D65858
RGB
CMYK
RGB Variations
Color information
#D65858 (or 0xD65858) is known color: Indian Red. HEX triplet: D6, 58 and 58. RGB value is (214,88,88). Sum of RGB (Red+Green+Blue) = 214+88+88=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D65858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65858 is #29A7A7. Grayscale: #7D7D7D. Windows color (decimal): -2729896 or 5789910. OLE color: 5789910.
HSL color Cylindrical-coordinate representation of color #D65858: hue angle of 0º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65858 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 88 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.16 |
| HSL | 0º | 0.61% | 0.59% | - |
| HSV(B) | 0º | 0.59% | 0.84% | - |
| XYZ | 32.98 | 21.98 | 11.74 | - |
| YUV | 125.67 | 106.74 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 88 | 0 | 0.59 | 0.59 | 0.16 | 0 | 0.61 | 0.59 |
| Hex | D6 | 58 | 58 | 0 | 3B | 3B | 10 | 0 | 3D | 3B |
| Octal | 326 | 130 | 130 | 0 | 73 | 73 | 20 | 0 | 75 | 73 |
| Binary | 11010110 | 1011000 | 1011000 | 0 | 111011 | 111011 | 10000 | 0 | 111101 | 111011 |
Color Harmonies of #D65858
Complementary color
Monochromatic Colors of #D65858
Black with #D65858
Text Example
Text Example
White with #D65858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65858; }
p { color: rgb(214,88,88); }
H1.HeaderClassName
{
color: #D65858;
}
.AnyTagClassName
{
color: #D65858;
}
</style>
background-color css
<style>
a { background-color: #D65858; }
a { background-color: rgb(214,88,88); }
div.DivClassName
{
background-color: #D65858;
}
.BgClassName
{
background-color: #D65858;
}
</style>
border-color css
<style>
span { border-color: #D65858; }
span { border-color: rgb(214,88,88); }
td.TdClassName
{
border-color: #D65858;
}
.TagClassName
{
border-color: #D65858;
}
</style>