Shades of Indian Red #CF625C
Tints of Indian Red #CF625C
RGB
CMYK
RGB Variations
Color information
#CF625C (or 0xCF625C) is known color: Indian Red. HEX triplet: CF, 62 and 5C. RGB value is (207,98,92). Sum of RGB (Red+Green+Blue) = 207+98+92=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF625C is #309DA3. Grayscale: #828282. Windows color (decimal): -3186084 or 6054607. OLE color: 6054607.
HSL color Cylindrical-coordinate representation of color #CF625C: hue angle of 3.13º 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 #CF625C is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 92 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.19 |
| HSL | 3.13º | 0.55% | 0.59% | - |
| HSV(B) | 3.13º | 0.56% | 0.81% | - |
| XYZ | 32.03 | 22.77 | 12.83 | - |
| YUV | 129.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 92 | 0 | 0.53 | 0.56 | 0.19 | 3.13 | 0.55 | 0.59 |
| Hex | CF | 62 | 5C | 0 | 35 | 38 | 13 | 3 | 37 | 3B |
| Octal | 317 | 142 | 134 | 0 | 65 | 70 | 23 | 3 | 67 | 73 |
| Binary | 11001111 | 1100010 | 1011100 | 0 | 110101 | 111000 | 10011 | 11 | 110111 | 111011 |
Color Harmonies of #CF625C
Complementary color
Monochromatic Colors of #CF625C
Black with #CF625C
Text Example
Text Example
White with #CF625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF625C; }
p { color: rgb(207,98,92); }
H1.HeaderClassName
{
color: #CF625C;
}
.AnyTagClassName
{
color: #CF625C;
}
</style>
background-color css
<style>
a { background-color: #CF625C; }
a { background-color: rgb(207,98,92); }
div.DivClassName
{
background-color: #CF625C;
}
.BgClassName
{
background-color: #CF625C;
}
</style>
border-color css
<style>
span { border-color: #CF625C; }
span { border-color: rgb(207,98,92); }
td.TdClassName
{
border-color: #CF625C;
}
.TagClassName
{
border-color: #CF625C;
}
</style>