Shades of Indian Red #CF625A
Tints of Indian Red #CF625A
RGB
CMYK
RGB Variations
Color information
#CF625A (or 0xCF625A) is known color: Indian Red. HEX triplet: CF, 62 and 5A. RGB value is (207,98,90). Sum of RGB (Red+Green+Blue) = 207+98+90=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF625A is #309DA5. Grayscale: #818181. Windows color (decimal): -3186086 or 5923535. OLE color: 5923535.
HSL color Cylindrical-coordinate representation of color #CF625A: hue angle of 4.1º 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 #CF625A is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 90 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.19 |
| HSL | 4.1º | 0.55% | 0.58% | - |
| HSV(B) | 4.1º | 0.57% | 0.81% | - |
| XYZ | 31.95 | 22.74 | 12.38 | - |
| YUV | 129.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 90 | 0 | 0.53 | 0.57 | 0.19 | 4.1 | 0.55 | 0.58 |
| Hex | CF | 62 | 5A | 0 | 35 | 39 | 13 | 4 | 37 | 3A |
| Octal | 317 | 142 | 132 | 0 | 65 | 71 | 23 | 4 | 67 | 72 |
| Binary | 11001111 | 1100010 | 1011010 | 0 | 110101 | 111001 | 10011 | 100 | 110111 | 111010 |
Color Harmonies of #CF625A
Complementary color
Monochromatic Colors of #CF625A
Black with #CF625A
Text Example
Text Example
White with #CF625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF625A; }
p { color: rgb(207,98,90); }
H1.HeaderClassName
{
color: #CF625A;
}
.AnyTagClassName
{
color: #CF625A;
}
</style>
background-color css
<style>
a { background-color: #CF625A; }
a { background-color: rgb(207,98,90); }
div.DivClassName
{
background-color: #CF625A;
}
.BgClassName
{
background-color: #CF625A;
}
</style>
border-color css
<style>
span { border-color: #CF625A; }
span { border-color: rgb(207,98,90); }
td.TdClassName
{
border-color: #CF625A;
}
.TagClassName
{
border-color: #CF625A;
}
</style>