Shades of Indian Red #D0625D
Tints of Indian Red #D0625D
RGB
CMYK
RGB Variations
Color information
#D0625D (or 0xD0625D) is known color: Indian Red. HEX triplet: D0, 62 and 5D. RGB value is (208,98,93). Sum of RGB (Red+Green+Blue) = 208+98+93=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0625D is #2F9DA2. Grayscale: #828282. Windows color (decimal): -3120547 or 6120144. OLE color: 6120144.
HSL color Cylindrical-coordinate representation of color #D0625D: hue angle of 2.61º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0625D is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 93 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.18 |
| HSL | 2.61º | 0.55% | 0.59% | - |
| HSV(B) | 2.61º | 0.55% | 0.82% | - |
| XYZ | 32.36 | 22.94 | 13.08 | - |
| YUV | 130.32 | 106.94 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 93 | 0 | 0.53 | 0.55 | 0.18 | 2.61 | 0.55 | 0.59 |
| Hex | D0 | 62 | 5D | 0 | 35 | 37 | 12 | 3 | 37 | 3B |
| Octal | 320 | 142 | 135 | 0 | 65 | 67 | 22 | 3 | 67 | 73 |
| Binary | 11010000 | 1100010 | 1011101 | 0 | 110101 | 110111 | 10010 | 11 | 110111 | 111011 |
Color Harmonies of #D0625D
Complementary color
Monochromatic Colors of #D0625D
Black with #D0625D
Text Example
Text Example
White with #D0625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0625D; }
p { color: rgb(208,98,93); }
H1.HeaderClassName
{
color: #D0625D;
}
.AnyTagClassName
{
color: #D0625D;
}
</style>
background-color css
<style>
a { background-color: #D0625D; }
a { background-color: rgb(208,98,93); }
div.DivClassName
{
background-color: #D0625D;
}
.BgClassName
{
background-color: #D0625D;
}
</style>
border-color css
<style>
span { border-color: #D0625D; }
span { border-color: rgb(208,98,93); }
td.TdClassName
{
border-color: #D0625D;
}
.TagClassName
{
border-color: #D0625D;
}
</style>