Shades of Indian Red #D0625E
Tints of Indian Red #D0625E
RGB
CMYK
RGB Variations
Color information
#D0625E (or 0xD0625E) is known color: Indian Red. HEX triplet: D0, 62 and 5E. RGB value is (208,98,94). Sum of RGB (Red+Green+Blue) = 208+98+94=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0625E is #2F9DA1. Grayscale: #828282. Windows color (decimal): -3120546 or 6185680. OLE color: 6185680.
HSL color Cylindrical-coordinate representation of color #D0625E: hue angle of 2.11º 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 #D0625E is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 94 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.18 |
| HSL | 2.11º | 0.55% | 0.59% | - |
| HSV(B) | 2.11º | 0.55% | 0.82% | - |
| XYZ | 32.4 | 22.95 | 13.31 | - |
| YUV | 130.43 | 107.44 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 94 | 0 | 0.53 | 0.55 | 0.18 | 2.11 | 0.55 | 0.59 |
| Hex | D0 | 62 | 5E | 0 | 35 | 37 | 12 | 2 | 37 | 3B |
| Octal | 320 | 142 | 136 | 0 | 65 | 67 | 22 | 2 | 67 | 73 |
| Binary | 11010000 | 1100010 | 1011110 | 0 | 110101 | 110111 | 10010 | 10 | 110111 | 111011 |
Color Harmonies of #D0625E
Complementary color
Monochromatic Colors of #D0625E
Black with #D0625E
Text Example
Text Example
White with #D0625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0625E; }
p { color: rgb(208,98,94); }
H1.HeaderClassName
{
color: #D0625E;
}
.AnyTagClassName
{
color: #D0625E;
}
</style>
background-color css
<style>
a { background-color: #D0625E; }
a { background-color: rgb(208,98,94); }
div.DivClassName
{
background-color: #D0625E;
}
.BgClassName
{
background-color: #D0625E;
}
</style>
border-color css
<style>
span { border-color: #D0625E; }
span { border-color: rgb(208,98,94); }
td.TdClassName
{
border-color: #D0625E;
}
.TagClassName
{
border-color: #D0625E;
}
</style>