Shades of Indian Red #CE625B
Tints of Indian Red #CE625B
RGB
CMYK
RGB Variations
Color information
#CE625B (or 0xCE625B) is known color: Indian Red. HEX triplet: CE, 62 and 5B. RGB value is (206,98,91). Sum of RGB (Red+Green+Blue) = 206+98+91=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE625B is #319DA4. Grayscale: #818181. Windows color (decimal): -3251621 or 5989070. OLE color: 5989070.
HSL color Cylindrical-coordinate representation of color #CE625B: hue angle of 3.65º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE625B is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 91 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.19 |
| HSL | 3.65º | 0.54% | 0.58% | - |
| HSV(B) | 3.65º | 0.56% | 0.81% | - |
| XYZ | 31.71 | 22.61 | 12.59 | - |
| YUV | 129.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 91 | 0 | 0.52 | 0.56 | 0.19 | 3.65 | 0.54 | 0.58 |
| Hex | CE | 62 | 5B | 0 | 34 | 38 | 13 | 4 | 36 | 3A |
| Octal | 316 | 142 | 133 | 0 | 64 | 70 | 23 | 4 | 66 | 72 |
| Binary | 11001110 | 1100010 | 1011011 | 0 | 110100 | 111000 | 10011 | 100 | 110110 | 111010 |
Color Harmonies of #CE625B
Complementary color
Monochromatic Colors of #CE625B
Black with #CE625B
Text Example
Text Example
White with #CE625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE625B; }
p { color: rgb(206,98,91); }
H1.HeaderClassName
{
color: #CE625B;
}
.AnyTagClassName
{
color: #CE625B;
}
</style>
background-color css
<style>
a { background-color: #CE625B; }
a { background-color: rgb(206,98,91); }
div.DivClassName
{
background-color: #CE625B;
}
.BgClassName
{
background-color: #CE625B;
}
</style>
border-color css
<style>
span { border-color: #CE625B; }
span { border-color: rgb(206,98,91); }
td.TdClassName
{
border-color: #CE625B;
}
.TagClassName
{
border-color: #CE625B;
}
</style>