Shades of Indian Red #CF5C5C
Tints of Indian Red #CF5C5C
RGB
CMYK
RGB Variations
Color information
#CF5C5C (or 0xCF5C5C) is known color: Indian Red. HEX triplet: CF, 5C and 5C. RGB value is (207,92,92). Sum of RGB (Red+Green+Blue) = 207+92+92=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5C5C is #30A3A3. Grayscale: #7E7E7E. Windows color (decimal): -3187620 or 6053071. OLE color: 6053071.
HSL color Cylindrical-coordinate representation of color #CF5C5C: hue angle of 0º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5C5C is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 92 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.19 |
| HSL | 0º | 0.55% | 0.59% | - |
| HSV(B) | 0º | 0.56% | 0.81% | - |
| XYZ | 31.49 | 21.69 | 12.65 | - |
| YUV | 126.39 | 108.6 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 92 | 0 | 0.56 | 0.56 | 0.19 | 0 | 0.55 | 0.59 |
| Hex | CF | 5C | 5C | 0 | 38 | 38 | 13 | 0 | 37 | 3B |
| Octal | 317 | 134 | 134 | 0 | 70 | 70 | 23 | 0 | 67 | 73 |
| Binary | 11001111 | 1011100 | 1011100 | 0 | 111000 | 111000 | 10011 | 0 | 110111 | 111011 |
Color Harmonies of #CF5C5C
Complementary color
Monochromatic Colors of #CF5C5C
Black with #CF5C5C
Text Example
Text Example
White with #CF5C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C5C; }
p { color: rgb(207,92,92); }
H1.HeaderClassName
{
color: #CF5C5C;
}
.AnyTagClassName
{
color: #CF5C5C;
}
</style>
background-color css
<style>
a { background-color: #CF5C5C; }
a { background-color: rgb(207,92,92); }
div.DivClassName
{
background-color: #CF5C5C;
}
.BgClassName
{
background-color: #CF5C5C;
}
</style>
border-color css
<style>
span { border-color: #CF5C5C; }
span { border-color: rgb(207,92,92); }
td.TdClassName
{
border-color: #CF5C5C;
}
.TagClassName
{
border-color: #CF5C5C;
}
</style>