Shades of Indian Red #CF5C5B
Tints of Indian Red #CF5C5B
RGB
CMYK
RGB Variations
Color information
#CF5C5B (or 0xCF5C5B) is known color: Indian Red. HEX triplet: CF, 5C and 5B. RGB value is (207,92,91). Sum of RGB (Red+Green+Blue) = 207+92+91=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5C5B is #30A3A4. Grayscale: #7E7E7E. Windows color (decimal): -3187621 or 5987535. OLE color: 5987535.
HSL color Cylindrical-coordinate representation of color #CF5C5B: hue angle of 0.52º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5C5B is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 91 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.19 |
| HSL | 0.52º | 0.55% | 0.58% | - |
| HSV(B) | 0.52º | 0.56% | 0.81% | - |
| XYZ | 31.45 | 21.68 | 12.42 | - |
| YUV | 126.27 | 108.1 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 91 | 0 | 0.56 | 0.56 | 0.19 | 0.52 | 0.55 | 0.58 |
| Hex | CF | 5C | 5B | 0 | 38 | 38 | 13 | 1 | 37 | 3A |
| Octal | 317 | 134 | 133 | 0 | 70 | 70 | 23 | 1 | 67 | 72 |
| Binary | 11001111 | 1011100 | 1011011 | 0 | 111000 | 111000 | 10011 | 1 | 110111 | 111010 |
Color Harmonies of #CF5C5B
Complementary color
Monochromatic Colors of #CF5C5B
Black with #CF5C5B
Text Example
Text Example
White with #CF5C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C5B; }
p { color: rgb(207,92,91); }
H1.HeaderClassName
{
color: #CF5C5B;
}
.AnyTagClassName
{
color: #CF5C5B;
}
</style>
background-color css
<style>
a { background-color: #CF5C5B; }
a { background-color: rgb(207,92,91); }
div.DivClassName
{
background-color: #CF5C5B;
}
.BgClassName
{
background-color: #CF5C5B;
}
</style>
border-color css
<style>
span { border-color: #CF5C5B; }
span { border-color: rgb(207,92,91); }
td.TdClassName
{
border-color: #CF5C5B;
}
.TagClassName
{
border-color: #CF5C5B;
}
</style>