Shades of Indian Red #CB625D
Tints of Indian Red #CB625D
RGB
CMYK
RGB Variations
Color information
#CB625D (or 0xCB625D) is known color: Indian Red. HEX triplet: CB, 62 and 5D. RGB value is (203,98,93). Sum of RGB (Red+Green+Blue) = 203+98+93=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB625D is #349DA2. Grayscale: #808080. Windows color (decimal): -3448227 or 6120139. OLE color: 6120139.
HSL color Cylindrical-coordinate representation of color #CB625D: hue angle of 2.73º 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 #CB625D is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 93 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.20 |
| HSL | 2.73º | 0.51% | 0.58% | - |
| HSV(B) | 2.73º | 0.54% | 0.8% | - |
| XYZ | 30.97 | 22.22 | 13.01 | - |
| YUV | 128.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 93 | 0 | 0.52 | 0.54 | 0.20 | 2.73 | 0.51 | 0.58 |
| Hex | CB | 62 | 5D | 0 | 34 | 36 | 14 | 3 | 33 | 3A |
| Octal | 313 | 142 | 135 | 0 | 64 | 66 | 24 | 3 | 63 | 72 |
| Binary | 11001011 | 1100010 | 1011101 | 0 | 110100 | 110110 | 10100 | 11 | 110011 | 111010 |
Color Harmonies of #CB625D
Complementary color
Monochromatic Colors of #CB625D
Black with #CB625D
Text Example
Text Example
White with #CB625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB625D; }
p { color: rgb(203,98,93); }
H1.HeaderClassName
{
color: #CB625D;
}
.AnyTagClassName
{
color: #CB625D;
}
</style>
background-color css
<style>
a { background-color: #CB625D; }
a { background-color: rgb(203,98,93); }
div.DivClassName
{
background-color: #CB625D;
}
.BgClassName
{
background-color: #CB625D;
}
</style>
border-color css
<style>
span { border-color: #CB625D; }
span { border-color: rgb(203,98,93); }
td.TdClassName
{
border-color: #CB625D;
}
.TagClassName
{
border-color: #CB625D;
}
</style>