Shades of Cardinal #CE193D
Tints of Cardinal #CE193D
RGB
CMYK
RGB Variations
Color information
#CE193D (or 0xCE193D) is known color: Cardinal. HEX triplet: CE, 19 and 3D. RGB value is (206,25,61). Sum of RGB (Red+Green+Blue) = 206+25+61=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE193D is #31E6C2. Grayscale: #535353. Windows color (decimal): -3270339 or 4004302. OLE color: 4004302.
HSL color Cylindrical-coordinate representation of color #CE193D: hue angle of 348.07º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE193D is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 61 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.19 |
| HSL | 348.07º | 0.78% | 0.45% | - |
| HSV(B) | 348.07º | 0.88% | 0.81% | - |
| XYZ | 26.64 | 14.15 | 5.74 | - |
| YUV | 83.22 | 115.47 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 61 | 0 | 0.88 | 0.70 | 0.19 | 348.07 | 0.78 | 0.45 |
| Hex | CE | 19 | 3D | 0 | 58 | 46 | 13 | 15C | 4E | 2D |
| Octal | 316 | 31 | 75 | 0 | 130 | 106 | 23 | 534 | 116 | 55 |
| Binary | 11001110 | 11001 | 111101 | 0 | 1011000 | 1000110 | 10011 | 101011100 | 1001110 | 101101 |
Color Harmonies of #CE193D
Complementary color
Monochromatic Colors of #CE193D
Black with #CE193D
Text Example
Text Example
White with #CE193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE193D; }
p { color: rgb(206,25,61); }
H1.HeaderClassName
{
color: #CE193D;
}
.AnyTagClassName
{
color: #CE193D;
}
</style>
background-color css
<style>
a { background-color: #CE193D; }
a { background-color: rgb(206,25,61); }
div.DivClassName
{
background-color: #CE193D;
}
.BgClassName
{
background-color: #CE193D;
}
</style>
border-color css
<style>
span { border-color: #CE193D; }
span { border-color: rgb(206,25,61); }
td.TdClassName
{
border-color: #CE193D;
}
.TagClassName
{
border-color: #CE193D;
}
</style>