Shades of Indian Red #CE625C
Tints of Indian Red #CE625C
RGB
CMYK
RGB Variations
Color information
#CE625C (or 0xCE625C) is known color: Indian Red. HEX triplet: CE, 62 and 5C. RGB value is (206,98,92). Sum of RGB (Red+Green+Blue) = 206+98+92=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE625C is #319DA3. Grayscale: #818181. Windows color (decimal): -3251620 or 6054606. OLE color: 6054606.
HSL color Cylindrical-coordinate representation of color #CE625C: hue angle of 3.16º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE625C is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 92 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.19 |
| HSL | 3.16º | 0.54% | 0.58% | - |
| HSV(B) | 3.16º | 0.55% | 0.81% | - |
| XYZ | 31.75 | 22.63 | 12.82 | - |
| YUV | 129.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 92 | 0 | 0.52 | 0.55 | 0.19 | 3.16 | 0.54 | 0.58 |
| Hex | CE | 62 | 5C | 0 | 34 | 37 | 13 | 3 | 36 | 3A |
| Octal | 316 | 142 | 134 | 0 | 64 | 67 | 23 | 3 | 66 | 72 |
| Binary | 11001110 | 1100010 | 1011100 | 0 | 110100 | 110111 | 10011 | 11 | 110110 | 111010 |
Color Harmonies of #CE625C
Complementary color
Monochromatic Colors of #CE625C
Black with #CE625C
Text Example
Text Example
White with #CE625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE625C; }
p { color: rgb(206,98,92); }
H1.HeaderClassName
{
color: #CE625C;
}
.AnyTagClassName
{
color: #CE625C;
}
</style>
background-color css
<style>
a { background-color: #CE625C; }
a { background-color: rgb(206,98,92); }
div.DivClassName
{
background-color: #CE625C;
}
.BgClassName
{
background-color: #CE625C;
}
</style>
border-color css
<style>
span { border-color: #CE625C; }
span { border-color: rgb(206,98,92); }
td.TdClassName
{
border-color: #CE625C;
}
.TagClassName
{
border-color: #CE625C;
}
</style>