Shades of Indian Red #CF5B5B
Tints of Indian Red #CF5B5B
RGB
CMYK
RGB Variations
Color information
#CF5B5B (or 0xCF5B5B) is known color: Indian Red. HEX triplet: CF, 5B and 5B. RGB value is (207,91,91). Sum of RGB (Red+Green+Blue) = 207+91+91=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5B5B is #30A4A4. Grayscale: #7D7D7D. Windows color (decimal): -3187877 or 5987279. OLE color: 5987279.
HSL color Cylindrical-coordinate representation of color #CF5B5B: hue angle of 0º 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 #CF5B5B is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 91 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.19 |
| HSL | 0º | 0.55% | 0.58% | - |
| HSV(B) | 0º | 0.56% | 0.81% | - |
| XYZ | 31.36 | 21.5 | 12.4 | - |
| YUV | 125.68 | 108.43 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 91 | 0 | 0.56 | 0.56 | 0.19 | 0 | 0.55 | 0.58 |
| Hex | CF | 5B | 5B | 0 | 38 | 38 | 13 | 0 | 37 | 3A |
| Octal | 317 | 133 | 133 | 0 | 70 | 70 | 23 | 0 | 67 | 72 |
| Binary | 11001111 | 1011011 | 1011011 | 0 | 111000 | 111000 | 10011 | 0 | 110111 | 111010 |
Color Harmonies of #CF5B5B
Complementary color
Monochromatic Colors of #CF5B5B
Black with #CF5B5B
Text Example
Text Example
White with #CF5B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B5B; }
p { color: rgb(207,91,91); }
H1.HeaderClassName
{
color: #CF5B5B;
}
.AnyTagClassName
{
color: #CF5B5B;
}
</style>
background-color css
<style>
a { background-color: #CF5B5B; }
a { background-color: rgb(207,91,91); }
div.DivClassName
{
background-color: #CF5B5B;
}
.BgClassName
{
background-color: #CF5B5B;
}
</style>
border-color css
<style>
span { border-color: #CF5B5B; }
span { border-color: rgb(207,91,91); }
td.TdClassName
{
border-color: #CF5B5B;
}
.TagClassName
{
border-color: #CF5B5B;
}
</style>