Shades of Cardinal #CB193E
Tints of Cardinal #CB193E
RGB
CMYK
RGB Variations
Color information
#CB193E (or 0xCB193E) is known color: Cardinal. HEX triplet: CB, 19 and 3E. RGB value is (203,25,62). Sum of RGB (Red+Green+Blue) = 203+25+62=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB193E is #34E6C1. Grayscale: #525252. Windows color (decimal): -3466946 or 4069835. OLE color: 4069835.
HSL color Cylindrical-coordinate representation of color #CB193E: hue angle of 347.53º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB193E is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 62 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.20 |
| HSL | 347.53º | 0.78% | 0.45% | - |
| HSV(B) | 347.53º | 0.88% | 0.8% | - |
| XYZ | 25.85 | 13.74 | 5.85 | - |
| YUV | 82.44 | 116.47 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 62 | 0 | 0.88 | 0.69 | 0.20 | 347.53 | 0.78 | 0.45 |
| Hex | CB | 19 | 3E | 0 | 58 | 45 | 14 | 15C | 4E | 2D |
| Octal | 313 | 31 | 76 | 0 | 130 | 105 | 24 | 534 | 116 | 55 |
| Binary | 11001011 | 11001 | 111110 | 0 | 1011000 | 1000101 | 10100 | 101011100 | 1001110 | 101101 |
Color Harmonies of #CB193E
Complementary color
Monochromatic Colors of #CB193E
Black with #CB193E
Text Example
Text Example
White with #CB193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB193E; }
p { color: rgb(203,25,62); }
H1.HeaderClassName
{
color: #CB193E;
}
.AnyTagClassName
{
color: #CB193E;
}
</style>
background-color css
<style>
a { background-color: #CB193E; }
a { background-color: rgb(203,25,62); }
div.DivClassName
{
background-color: #CB193E;
}
.BgClassName
{
background-color: #CB193E;
}
</style>
border-color css
<style>
span { border-color: #CB193E; }
span { border-color: rgb(203,25,62); }
td.TdClassName
{
border-color: #CB193E;
}
.TagClassName
{
border-color: #CB193E;
}
</style>