Shades of Indian Red #CF605D
Tints of Indian Red #CF605D
RGB
CMYK
RGB Variations
Color information
#CF605D (or 0xCF605D) is known color: Indian Red. HEX triplet: CF, 60 and 5D. RGB value is (207,96,93). Sum of RGB (Red+Green+Blue) = 207+96+93=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF605D is #309FA2. Grayscale: #808080. Windows color (decimal): -3186595 or 6119631. OLE color: 6119631.
HSL color Cylindrical-coordinate representation of color #CF605D: hue angle of 1.58º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF605D is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 93 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.19 |
| HSL | 1.58º | 0.54% | 0.59% | - |
| HSV(B) | 1.58º | 0.55% | 0.81% | - |
| XYZ | 31.89 | 22.42 | 13 | - |
| YUV | 128.85 | 107.77 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 93 | 0 | 0.54 | 0.55 | 0.19 | 1.58 | 0.54 | 0.59 |
| Hex | CF | 60 | 5D | 0 | 36 | 37 | 13 | 2 | 36 | 3B |
| Octal | 317 | 140 | 135 | 0 | 66 | 67 | 23 | 2 | 66 | 73 |
| Binary | 11001111 | 1100000 | 1011101 | 0 | 110110 | 110111 | 10011 | 10 | 110110 | 111011 |
Color Harmonies of #CF605D
Complementary color
Monochromatic Colors of #CF605D
Black with #CF605D
Text Example
Text Example
White with #CF605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF605D; }
p { color: rgb(207,96,93); }
H1.HeaderClassName
{
color: #CF605D;
}
.AnyTagClassName
{
color: #CF605D;
}
</style>
background-color css
<style>
a { background-color: #CF605D; }
a { background-color: rgb(207,96,93); }
div.DivClassName
{
background-color: #CF605D;
}
.BgClassName
{
background-color: #CF605D;
}
</style>
border-color css
<style>
span { border-color: #CF605D; }
span { border-color: rgb(207,96,93); }
td.TdClassName
{
border-color: #CF605D;
}
.TagClassName
{
border-color: #CF605D;
}
</style>