Shades of Indian Red #CF5D5A
Tints of Indian Red #CF5D5A
RGB
CMYK
RGB Variations
Color information
#CF5D5A (or 0xCF5D5A) is known color: Indian Red. HEX triplet: CF, 5D and 5A. RGB value is (207,93,90). Sum of RGB (Red+Green+Blue) = 207+93+90=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5D5A is #30A2A5. Grayscale: #7E7E7E. Windows color (decimal): -3187366 or 5922255. OLE color: 5922255.
HSL color Cylindrical-coordinate representation of color #CF5D5A: hue angle of 1.54º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5D5A is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 90 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.19 |
| HSL | 1.54º | 0.55% | 0.58% | - |
| HSV(B) | 1.54º | 0.57% | 0.81% | - |
| XYZ | 31.49 | 21.83 | 12.23 | - |
| YUV | 126.74 | 107.27 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 90 | 0 | 0.55 | 0.57 | 0.19 | 1.54 | 0.55 | 0.58 |
| Hex | CF | 5D | 5A | 0 | 37 | 39 | 13 | 2 | 37 | 3A |
| Octal | 317 | 135 | 132 | 0 | 67 | 71 | 23 | 2 | 67 | 72 |
| Binary | 11001111 | 1011101 | 1011010 | 0 | 110111 | 111001 | 10011 | 10 | 110111 | 111010 |
Color Harmonies of #CF5D5A
Complementary color
Monochromatic Colors of #CF5D5A
Black with #CF5D5A
Text Example
Text Example
White with #CF5D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D5A; }
p { color: rgb(207,93,90); }
H1.HeaderClassName
{
color: #CF5D5A;
}
.AnyTagClassName
{
color: #CF5D5A;
}
</style>
background-color css
<style>
a { background-color: #CF5D5A; }
a { background-color: rgb(207,93,90); }
div.DivClassName
{
background-color: #CF5D5A;
}
.BgClassName
{
background-color: #CF5D5A;
}
</style>
border-color css
<style>
span { border-color: #CF5D5A; }
span { border-color: rgb(207,93,90); }
td.TdClassName
{
border-color: #CF5D5A;
}
.TagClassName
{
border-color: #CF5D5A;
}
</style>