Shades of Indian Red #CE615A
Tints of Indian Red #CE615A
RGB
CMYK
RGB Variations
Color information
#CE615A (or 0xCE615A) is known color: Indian Red. HEX triplet: CE, 61 and 5A. RGB value is (206,97,90). Sum of RGB (Red+Green+Blue) = 206+97+90=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE615A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE615A is #319EA5. Grayscale: #808080. Windows color (decimal): -3251878 or 5923278. OLE color: 5923278.
HSL color Cylindrical-coordinate representation of color #CE615A: hue angle of 3.62º 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 #CE615A is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 90 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.19 |
| HSL | 3.62º | 0.54% | 0.58% | - |
| HSV(B) | 3.62º | 0.56% | 0.81% | - |
| XYZ | 31.57 | 22.41 | 12.33 | - |
| YUV | 128.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 90 | 0 | 0.53 | 0.56 | 0.19 | 3.62 | 0.54 | 0.58 |
| Hex | CE | 61 | 5A | 0 | 35 | 38 | 13 | 4 | 36 | 3A |
| Octal | 316 | 141 | 132 | 0 | 65 | 70 | 23 | 4 | 66 | 72 |
| Binary | 11001110 | 1100001 | 1011010 | 0 | 110101 | 111000 | 10011 | 100 | 110110 | 111010 |
Color Harmonies of #CE615A
Complementary color
Monochromatic Colors of #CE615A
Black with #CE615A
Text Example
Text Example
White with #CE615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE615A; }
p { color: rgb(206,97,90); }
H1.HeaderClassName
{
color: #CE615A;
}
.AnyTagClassName
{
color: #CE615A;
}
</style>
background-color css
<style>
a { background-color: #CE615A; }
a { background-color: rgb(206,97,90); }
div.DivClassName
{
background-color: #CE615A;
}
.BgClassName
{
background-color: #CE615A;
}
</style>
border-color css
<style>
span { border-color: #CE615A; }
span { border-color: rgb(206,97,90); }
td.TdClassName
{
border-color: #CE615A;
}
.TagClassName
{
border-color: #CE615A;
}
</style>