Shades of Indian Red #D26363
Tints of Indian Red #D26363
RGB
CMYK
RGB Variations
Color information
#D26363 (or 0xD26363) is known color: Indian Red. HEX triplet: D2, 63 and 63. RGB value is (210,99,99). Sum of RGB (Red+Green+Blue) = 210+99+99=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D26363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26363 is #2D9C9C. Grayscale: #848484. Windows color (decimal): -2989213 or 6513618. OLE color: 6513618.
HSL color Cylindrical-coordinate representation of color #D26363: hue angle of 0º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D26363 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 99 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.18 |
| HSL | 0º | 0.55% | 0.61% | - |
| HSV(B) | 0º | 0.53% | 0.82% | - |
| XYZ | 33.29 | 23.53 | 14.59 | - |
| YUV | 132.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 99 | 0 | 0.53 | 0.53 | 0.18 | 0 | 0.55 | 0.61 |
| Hex | D2 | 63 | 63 | 0 | 35 | 35 | 12 | 0 | 37 | 3D |
| Octal | 322 | 143 | 143 | 0 | 65 | 65 | 22 | 0 | 67 | 75 |
| Binary | 11010010 | 1100011 | 1100011 | 0 | 110101 | 110101 | 10010 | 0 | 110111 | 111101 |
Color Harmonies of #D26363
Complementary color
Monochromatic Colors of #D26363
Black with #D26363
Text Example
Text Example
White with #D26363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26363; }
p { color: rgb(210,99,99); }
H1.HeaderClassName
{
color: #D26363;
}
.AnyTagClassName
{
color: #D26363;
}
</style>
background-color css
<style>
a { background-color: #D26363; }
a { background-color: rgb(210,99,99); }
div.DivClassName
{
background-color: #D26363;
}
.BgClassName
{
background-color: #D26363;
}
</style>
border-color css
<style>
span { border-color: #D26363; }
span { border-color: rgb(210,99,99); }
td.TdClassName
{
border-color: #D26363;
}
.TagClassName
{
border-color: #D26363;
}
</style>