Shades of Cardinal #CB192E
Tints of Cardinal #CB192E
RGB
CMYK
RGB Variations
Color information
#CB192E (or 0xCB192E) is known color: Cardinal. HEX triplet: CB, 19 and 2E. RGB value is (203,25,46). Sum of RGB (Red+Green+Blue) = 203+25+46=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB192E is #34E6D1. Grayscale: #505050. Windows color (decimal): -3466962 or 3021259. OLE color: 3021259.
HSL color Cylindrical-coordinate representation of color #CB192E: hue angle of 352.92º 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 #CB192E is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 46 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.20 |
| HSL | 352.92º | 0.78% | 0.45% | - |
| HSV(B) | 352.92º | 0.88% | 0.8% | - |
| XYZ | 25.47 | 13.59 | 3.87 | - |
| YUV | 80.62 | 108.47 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 46 | 0 | 0.88 | 0.77 | 0.20 | 352.92 | 0.78 | 0.45 |
| Hex | CB | 19 | 2E | 0 | 58 | 4D | 14 | 161 | 4E | 2D |
| Octal | 313 | 31 | 56 | 0 | 130 | 115 | 24 | 541 | 116 | 55 |
| Binary | 11001011 | 11001 | 101110 | 0 | 1011000 | 1001101 | 10100 | 101100001 | 1001110 | 101101 |
Color Harmonies of #CB192E
Complementary color
Monochromatic Colors of #CB192E
Black with #CB192E
Text Example
Text Example
White with #CB192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB192E; }
p { color: rgb(203,25,46); }
H1.HeaderClassName
{
color: #CB192E;
}
.AnyTagClassName
{
color: #CB192E;
}
</style>
background-color css
<style>
a { background-color: #CB192E; }
a { background-color: rgb(203,25,46); }
div.DivClassName
{
background-color: #CB192E;
}
.BgClassName
{
background-color: #CB192E;
}
</style>
border-color css
<style>
span { border-color: #CB192E; }
span { border-color: rgb(203,25,46); }
td.TdClassName
{
border-color: #CB192E;
}
.TagClassName
{
border-color: #CB192E;
}
</style>