Shades of Cardinal #CE193B
Tints of Cardinal #CE193B
RGB
CMYK
RGB Variations
Color information
#CE193B (or 0xCE193B) is known color: Cardinal. HEX triplet: CE, 19 and 3B. RGB value is (206,25,59). Sum of RGB (Red+Green+Blue) = 206+25+59=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE193B is #31E6C4. Grayscale: #535353. Windows color (decimal): -3270341 or 3873230. OLE color: 3873230.
HSL color Cylindrical-coordinate representation of color #CE193B: hue angle of 348.73º 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 #CE193B is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 59 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.19 |
| HSL | 348.73º | 0.78% | 0.45% | - |
| HSV(B) | 348.73º | 0.88% | 0.81% | - |
| XYZ | 26.59 | 14.13 | 5.46 | - |
| YUV | 83 | 114.47 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 59 | 0 | 0.88 | 0.71 | 0.19 | 348.73 | 0.78 | 0.45 |
| Hex | CE | 19 | 3B | 0 | 58 | 47 | 13 | 15D | 4E | 2D |
| Octal | 316 | 31 | 73 | 0 | 130 | 107 | 23 | 535 | 116 | 55 |
| Binary | 11001110 | 11001 | 111011 | 0 | 1011000 | 1000111 | 10011 | 101011101 | 1001110 | 101101 |
Color Harmonies of #CE193B
Complementary color
Monochromatic Colors of #CE193B
Black with #CE193B
Text Example
Text Example
White with #CE193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE193B; }
p { color: rgb(206,25,59); }
H1.HeaderClassName
{
color: #CE193B;
}
.AnyTagClassName
{
color: #CE193B;
}
</style>
background-color css
<style>
a { background-color: #CE193B; }
a { background-color: rgb(206,25,59); }
div.DivClassName
{
background-color: #CE193B;
}
.BgClassName
{
background-color: #CE193B;
}
</style>
border-color css
<style>
span { border-color: #CE193B; }
span { border-color: rgb(206,25,59); }
td.TdClassName
{
border-color: #CE193B;
}
.TagClassName
{
border-color: #CE193B;
}
</style>