Shades of Indian Red #CF6262
Tints of Indian Red #CF6262
RGB
CMYK
RGB Variations
Color information
#CF6262 (or 0xCF6262) is known color: Indian Red. HEX triplet: CF, 62 and 62. RGB value is (207,98,98). Sum of RGB (Red+Green+Blue) = 207+98+98=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6262 is #309D9D. Grayscale: #828282. Windows color (decimal): -3186078 or 6447823. OLE color: 6447823.
HSL color Cylindrical-coordinate representation of color #CF6262: hue angle of 0º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6262 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 98 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.19 |
| HSL | 0º | 0.53% | 0.6% | - |
| HSV(B) | 0º | 0.53% | 0.81% | - |
| XYZ | 32.3 | 22.88 | 14.27 | - |
| YUV | 130.59 | 109.61 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 98 | 0 | 0.53 | 0.53 | 0.19 | 0 | 0.53 | 0.6 |
| Hex | CF | 62 | 62 | 0 | 35 | 35 | 13 | 0 | 35 | 3C |
| Octal | 317 | 142 | 142 | 0 | 65 | 65 | 23 | 0 | 65 | 74 |
| Binary | 11001111 | 1100010 | 1100010 | 0 | 110101 | 110101 | 10011 | 0 | 110101 | 111100 |
Color Harmonies of #CF6262
Complementary color
Monochromatic Colors of #CF6262
Black with #CF6262
Text Example
Text Example
White with #CF6262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6262; }
p { color: rgb(207,98,98); }
H1.HeaderClassName
{
color: #CF6262;
}
.AnyTagClassName
{
color: #CF6262;
}
</style>
background-color css
<style>
a { background-color: #CF6262; }
a { background-color: rgb(207,98,98); }
div.DivClassName
{
background-color: #CF6262;
}
.BgClassName
{
background-color: #CF6262;
}
</style>
border-color css
<style>
span { border-color: #CF6262; }
span { border-color: rgb(207,98,98); }
td.TdClassName
{
border-color: #CF6262;
}
.TagClassName
{
border-color: #CF6262;
}
</style>