Shades of Indian Red #CF5D55
Tints of Indian Red #CF5D55
RGB
CMYK
RGB Variations
Color information
#CF5D55 (or 0xCF5D55) is known color: Indian Red. HEX triplet: CF, 5D and 55. RGB value is (207,93,85). Sum of RGB (Red+Green+Blue) = 207+93+85=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5D55 is #30A2AA. Grayscale: #7E7E7E. Windows color (decimal): -3187371 or 5594575. OLE color: 5594575.
HSL color Cylindrical-coordinate representation of color #CF5D55: hue angle of 3.93º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5D55 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 85 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.19 |
| HSL | 3.93º | 0.56% | 0.57% | - |
| HSV(B) | 3.93º | 0.59% | 0.81% | - |
| XYZ | 31.29 | 21.75 | 11.14 | - |
| YUV | 126.17 | 104.77 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 85 | 0 | 0.55 | 0.59 | 0.19 | 3.93 | 0.56 | 0.57 |
| Hex | CF | 5D | 55 | 0 | 37 | 3B | 13 | 4 | 38 | 39 |
| Octal | 317 | 135 | 125 | 0 | 67 | 73 | 23 | 4 | 70 | 71 |
| Binary | 11001111 | 1011101 | 1010101 | 0 | 110111 | 111011 | 10011 | 100 | 111000 | 111001 |
Color Harmonies of #CF5D55
Complementary color
Monochromatic Colors of #CF5D55
Black with #CF5D55
Text Example
Text Example
White with #CF5D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D55; }
p { color: rgb(207,93,85); }
H1.HeaderClassName
{
color: #CF5D55;
}
.AnyTagClassName
{
color: #CF5D55;
}
</style>
background-color css
<style>
a { background-color: #CF5D55; }
a { background-color: rgb(207,93,85); }
div.DivClassName
{
background-color: #CF5D55;
}
.BgClassName
{
background-color: #CF5D55;
}
</style>
border-color css
<style>
span { border-color: #CF5D55; }
span { border-color: rgb(207,93,85); }
td.TdClassName
{
border-color: #CF5D55;
}
.TagClassName
{
border-color: #CF5D55;
}
</style>