Shades of Indian Red #CF625E
Tints of Indian Red #CF625E
RGB
CMYK
RGB Variations
Color information
#CF625E (or 0xCF625E) is known color: Indian Red. HEX triplet: CF, 62 and 5E. RGB value is (207,98,94). Sum of RGB (Red+Green+Blue) = 207+98+94=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF625E is #309DA1. Grayscale: #828282. Windows color (decimal): -3186082 or 6185679. OLE color: 6185679.
HSL color Cylindrical-coordinate representation of color #CF625E: hue angle of 2.12º 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 #CF625E is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 94 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.19 |
| HSL | 2.12º | 0.54% | 0.59% | - |
| HSV(B) | 2.12º | 0.55% | 0.81% | - |
| XYZ | 32.12 | 22.81 | 13.3 | - |
| YUV | 130.14 | 107.61 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 94 | 0 | 0.53 | 0.55 | 0.19 | 2.12 | 0.54 | 0.59 |
| Hex | CF | 62 | 5E | 0 | 35 | 37 | 13 | 2 | 36 | 3B |
| Octal | 317 | 142 | 136 | 0 | 65 | 67 | 23 | 2 | 66 | 73 |
| Binary | 11001111 | 1100010 | 1011110 | 0 | 110101 | 110111 | 10011 | 10 | 110110 | 111011 |
Color Harmonies of #CF625E
Complementary color
Monochromatic Colors of #CF625E
Black with #CF625E
Text Example
Text Example
White with #CF625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF625E; }
p { color: rgb(207,98,94); }
H1.HeaderClassName
{
color: #CF625E;
}
.AnyTagClassName
{
color: #CF625E;
}
</style>
background-color css
<style>
a { background-color: #CF625E; }
a { background-color: rgb(207,98,94); }
div.DivClassName
{
background-color: #CF625E;
}
.BgClassName
{
background-color: #CF625E;
}
</style>
border-color css
<style>
span { border-color: #CF625E; }
span { border-color: rgb(207,98,94); }
td.TdClassName
{
border-color: #CF625E;
}
.TagClassName
{
border-color: #CF625E;
}
</style>