Shades of Cardinal #CB193A
Tints of Cardinal #CB193A
RGB
CMYK
RGB Variations
Color information
#CB193A (or 0xCB193A) is known color: Cardinal. HEX triplet: CB, 19 and 3A. RGB value is (203,25,58). Sum of RGB (Red+Green+Blue) = 203+25+58=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB193A is #34E6C5. Grayscale: #525252. Windows color (decimal): -3466950 or 3807691. OLE color: 3807691.
HSL color Cylindrical-coordinate representation of color #CB193A: hue angle of 348.88º 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 #CB193A is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 58 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.20 |
| HSL | 348.88º | 0.78% | 0.45% | - |
| HSV(B) | 348.88º | 0.88% | 0.8% | - |
| XYZ | 25.74 | 13.7 | 5.29 | - |
| YUV | 81.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 58 | 0 | 0.88 | 0.71 | 0.20 | 348.88 | 0.78 | 0.45 |
| Hex | CB | 19 | 3A | 0 | 58 | 47 | 14 | 15D | 4E | 2D |
| Octal | 313 | 31 | 72 | 0 | 130 | 107 | 24 | 535 | 116 | 55 |
| Binary | 11001011 | 11001 | 111010 | 0 | 1011000 | 1000111 | 10100 | 101011101 | 1001110 | 101101 |
Color Harmonies of #CB193A
Complementary color
Monochromatic Colors of #CB193A
Black with #CB193A
Text Example
Text Example
White with #CB193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB193A; }
p { color: rgb(203,25,58); }
H1.HeaderClassName
{
color: #CB193A;
}
.AnyTagClassName
{
color: #CB193A;
}
</style>
background-color css
<style>
a { background-color: #CB193A; }
a { background-color: rgb(203,25,58); }
div.DivClassName
{
background-color: #CB193A;
}
.BgClassName
{
background-color: #CB193A;
}
</style>
border-color css
<style>
span { border-color: #CB193A; }
span { border-color: rgb(203,25,58); }
td.TdClassName
{
border-color: #CB193A;
}
.TagClassName
{
border-color: #CB193A;
}
</style>