Shades of Indian Red #CF5755
Tints of Indian Red #CF5755
RGB
CMYK
RGB Variations
Color information
#CF5755 (or 0xCF5755) is known color: Indian Red. HEX triplet: CF, 57 and 55. RGB value is (207,87,85). Sum of RGB (Red+Green+Blue) = 207+87+85=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5755 is #30A8AA. Grayscale: #7A7A7A. Windows color (decimal): -3188907 or 5593039. OLE color: 5593039.
HSL color Cylindrical-coordinate representation of color #CF5755: hue angle of 0.98º 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 #CF5755 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 85 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.19 |
| HSL | 0.98º | 0.56% | 0.57% | - |
| HSV(B) | 0.98º | 0.59% | 0.81% | - |
| XYZ | 30.78 | 20.74 | 10.97 | - |
| YUV | 122.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 85 | 0 | 0.58 | 0.59 | 0.19 | 0.98 | 0.56 | 0.57 |
| Hex | CF | 57 | 55 | 0 | 3A | 3B | 13 | 1 | 38 | 39 |
| Octal | 317 | 127 | 125 | 0 | 72 | 73 | 23 | 1 | 70 | 71 |
| Binary | 11001111 | 1010111 | 1010101 | 0 | 111010 | 111011 | 10011 | 1 | 111000 | 111001 |
Color Harmonies of #CF5755
Complementary color
Monochromatic Colors of #CF5755
Black with #CF5755
Text Example
Text Example
White with #CF5755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5755; }
p { color: rgb(207,87,85); }
H1.HeaderClassName
{
color: #CF5755;
}
.AnyTagClassName
{
color: #CF5755;
}
</style>
background-color css
<style>
a { background-color: #CF5755; }
a { background-color: rgb(207,87,85); }
div.DivClassName
{
background-color: #CF5755;
}
.BgClassName
{
background-color: #CF5755;
}
</style>
border-color css
<style>
span { border-color: #CF5755; }
span { border-color: rgb(207,87,85); }
td.TdClassName
{
border-color: #CF5755;
}
.TagClassName
{
border-color: #CF5755;
}
</style>