Shades of Cardinal #CE193A
Tints of Cardinal #CE193A
RGB
CMYK
RGB Variations
Color information
#CE193A (or 0xCE193A) is known color: Cardinal. HEX triplet: CE, 19 and 3A. RGB value is (206,25,58). Sum of RGB (Red+Green+Blue) = 206+25+58=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE193A is #31E6C5. Grayscale: #525252. Windows color (decimal): -3270342 or 3807694. OLE color: 3807694.
HSL color Cylindrical-coordinate representation of color #CE193A: hue angle of 349.06º 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 #CE193A is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 58 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.19 |
| HSL | 349.06º | 0.78% | 0.45% | - |
| HSV(B) | 349.06º | 0.88% | 0.81% | - |
| XYZ | 26.56 | 14.12 | 5.33 | - |
| YUV | 82.88 | 113.97 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 58 | 0 | 0.88 | 0.72 | 0.19 | 349.06 | 0.78 | 0.45 |
| Hex | CE | 19 | 3A | 0 | 58 | 48 | 13 | 15D | 4E | 2D |
| Octal | 316 | 31 | 72 | 0 | 130 | 110 | 23 | 535 | 116 | 55 |
| Binary | 11001110 | 11001 | 111010 | 0 | 1011000 | 1001000 | 10011 | 101011101 | 1001110 | 101101 |
Color Harmonies of #CE193A
Complementary color
Monochromatic Colors of #CE193A
Black with #CE193A
Text Example
Text Example
White with #CE193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE193A; }
p { color: rgb(206,25,58); }
H1.HeaderClassName
{
color: #CE193A;
}
.AnyTagClassName
{
color: #CE193A;
}
</style>
background-color css
<style>
a { background-color: #CE193A; }
a { background-color: rgb(206,25,58); }
div.DivClassName
{
background-color: #CE193A;
}
.BgClassName
{
background-color: #CE193A;
}
</style>
border-color css
<style>
span { border-color: #CE193A; }
span { border-color: rgb(206,25,58); }
td.TdClassName
{
border-color: #CE193A;
}
.TagClassName
{
border-color: #CE193A;
}
</style>