Shades of Indian Red #CB5D5D
Tints of Indian Red #CB5D5D
RGB
CMYK
RGB Variations
Color information
#CB5D5D (or 0xCB5D5D) is known color: Indian Red. HEX triplet: CB, 5D and 5D. RGB value is (203,93,93). Sum of RGB (Red+Green+Blue) = 203+93+93=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5D5D is #34A2A2. Grayscale: #7E7E7E. Windows color (decimal): -3449507 or 6118859. OLE color: 6118859.
HSL color Cylindrical-coordinate representation of color #CB5D5D: hue angle of 0º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5D5D is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 93 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.20 |
| HSL | 0º | 0.51% | 0.58% | - |
| HSV(B) | 0º | 0.54% | 0.8% | - |
| XYZ | 30.52 | 21.32 | 12.86 | - |
| YUV | 125.89 | 109.44 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 93 | 0 | 0.54 | 0.54 | 0.20 | 0 | 0.51 | 0.58 |
| Hex | CB | 5D | 5D | 0 | 36 | 36 | 14 | 0 | 33 | 3A |
| Octal | 313 | 135 | 135 | 0 | 66 | 66 | 24 | 0 | 63 | 72 |
| Binary | 11001011 | 1011101 | 1011101 | 0 | 110110 | 110110 | 10100 | 0 | 110011 | 111010 |
Color Harmonies of #CB5D5D
Complementary color
Monochromatic Colors of #CB5D5D
Black with #CB5D5D
Text Example
Text Example
White with #CB5D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D5D; }
p { color: rgb(203,93,93); }
H1.HeaderClassName
{
color: #CB5D5D;
}
.AnyTagClassName
{
color: #CB5D5D;
}
</style>
background-color css
<style>
a { background-color: #CB5D5D; }
a { background-color: rgb(203,93,93); }
div.DivClassName
{
background-color: #CB5D5D;
}
.BgClassName
{
background-color: #CB5D5D;
}
</style>
border-color css
<style>
span { border-color: #CB5D5D; }
span { border-color: rgb(203,93,93); }
td.TdClassName
{
border-color: #CB5D5D;
}
.TagClassName
{
border-color: #CB5D5D;
}
</style>