Shades of Cardinal #CB2138
Tints of Cardinal #CB2138
RGB
CMYK
RGB Variations
Color information
#CB2138 (or 0xCB2138) is known color: Cardinal. HEX triplet: CB, 21 and 38. RGB value is (203,33,56). Sum of RGB (Red+Green+Blue) = 203+33+56=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2138 is #34DEC7. Grayscale: #565656. Windows color (decimal): -3464904 or 3678667. OLE color: 3678667.
HSL color Cylindrical-coordinate representation of color #CB2138: hue angle of 351.88º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2138 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 56 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.20 |
| HSL | 351.88º | 0.72% | 0.46% | - |
| HSV(B) | 351.88º | 0.84% | 0.8% | - |
| XYZ | 25.89 | 14.07 | 5.09 | - |
| YUV | 86.45 | 110.82 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 56 | 0 | 0.84 | 0.72 | 0.20 | 351.88 | 0.72 | 0.46 |
| Hex | CB | 21 | 38 | 0 | 54 | 48 | 14 | 160 | 48 | 2E |
| Octal | 313 | 41 | 70 | 0 | 124 | 110 | 24 | 540 | 110 | 56 |
| Binary | 11001011 | 100001 | 111000 | 0 | 1010100 | 1001000 | 10100 | 101100000 | 1001000 | 101110 |
Color Harmonies of #CB2138
Complementary color
Monochromatic Colors of #CB2138
Black with #CB2138
Text Example
Text Example
White with #CB2138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2138; }
p { color: rgb(203,33,56); }
H1.HeaderClassName
{
color: #CB2138;
}
.AnyTagClassName
{
color: #CB2138;
}
</style>
background-color css
<style>
a { background-color: #CB2138; }
a { background-color: rgb(203,33,56); }
div.DivClassName
{
background-color: #CB2138;
}
.BgClassName
{
background-color: #CB2138;
}
</style>
border-color css
<style>
span { border-color: #CB2138; }
span { border-color: rgb(203,33,56); }
td.TdClassName
{
border-color: #CB2138;
}
.TagClassName
{
border-color: #CB2138;
}
</style>