Shades of Indian Red #D05F5F
Tints of Indian Red #D05F5F
RGB
CMYK
RGB Variations
Color information
#D05F5F (or 0xD05F5F) is known color: Indian Red. HEX triplet: D0, 5F and 5F. RGB value is (208,95,95). Sum of RGB (Red+Green+Blue) = 208+95+95=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05F5F is #2FA0A0. Grayscale: #808080. Windows color (decimal): -3121313 or 6250448. OLE color: 6250448.
HSL color Cylindrical-coordinate representation of color #D05F5F: 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.54%. Process color model (Four color, CMYK) of #D05F5F is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 95 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.18 |
| HSL | 0º | 0.55% | 0.59% | - |
| HSV(B) | 0º | 0.54% | 0.82% | - |
| XYZ | 32.17 | 22.42 | 13.46 | - |
| YUV | 128.79 | 108.94 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 95 | 0 | 0.54 | 0.54 | 0.18 | 0 | 0.55 | 0.59 |
| Hex | D0 | 5F | 5F | 0 | 36 | 36 | 12 | 0 | 37 | 3B |
| Octal | 320 | 137 | 137 | 0 | 66 | 66 | 22 | 0 | 67 | 73 |
| Binary | 11010000 | 1011111 | 1011111 | 0 | 110110 | 110110 | 10010 | 0 | 110111 | 111011 |
Color Harmonies of #D05F5F
Complementary color
Monochromatic Colors of #D05F5F
Black with #D05F5F
Text Example
Text Example
White with #D05F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05F5F; }
p { color: rgb(208,95,95); }
H1.HeaderClassName
{
color: #D05F5F;
}
.AnyTagClassName
{
color: #D05F5F;
}
</style>
background-color css
<style>
a { background-color: #D05F5F; }
a { background-color: rgb(208,95,95); }
div.DivClassName
{
background-color: #D05F5F;
}
.BgClassName
{
background-color: #D05F5F;
}
</style>
border-color css
<style>
span { border-color: #D05F5F; }
span { border-color: rgb(208,95,95); }
td.TdClassName
{
border-color: #D05F5F;
}
.TagClassName
{
border-color: #D05F5F;
}
</style>