Shades of Cardinal #CB1437
Tints of Cardinal #CB1437
RGB
CMYK
RGB Variations
Color information
#CB1437 (or 0xCB1437) is known color: Cardinal. HEX triplet: CB, 14 and 37. RGB value is (203,20,55). Sum of RGB (Red+Green+Blue) = 203+20+55=278 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.02% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1437 is #34EBC8. Grayscale: #4E4E4E. Windows color (decimal): -3468233 or 3609803. OLE color: 3609803.
HSL color Cylindrical-coordinate representation of color #CB1437: hue angle of 348.52º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1437 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 55 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.20 |
| HSL | 348.52º | 0.82% | 0.44% | - |
| HSV(B) | 348.52º | 0.9% | 0.8% | - |
| XYZ | 25.57 | 13.47 | 4.87 | - |
| YUV | 78.71 | 114.63 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 55 | 0 | 0.90 | 0.73 | 0.20 | 348.52 | 0.82 | 0.44 |
| Hex | CB | 14 | 37 | 0 | 5A | 49 | 14 | 15D | 52 | 2C |
| Octal | 313 | 24 | 67 | 0 | 132 | 111 | 24 | 535 | 122 | 54 |
| Binary | 11001011 | 10100 | 110111 | 0 | 1011010 | 1001001 | 10100 | 101011101 | 1010010 | 101100 |
Color Harmonies of #CB1437
Complementary color
Monochromatic Colors of #CB1437
Black with #CB1437
Text Example
Text Example
White with #CB1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1437; }
p { color: rgb(203,20,55); }
H1.HeaderClassName
{
color: #CB1437;
}
.AnyTagClassName
{
color: #CB1437;
}
</style>
background-color css
<style>
a { background-color: #CB1437; }
a { background-color: rgb(203,20,55); }
div.DivClassName
{
background-color: #CB1437;
}
.BgClassName
{
background-color: #CB1437;
}
</style>
border-color css
<style>
span { border-color: #CB1437; }
span { border-color: rgb(203,20,55); }
td.TdClassName
{
border-color: #CB1437;
}
.TagClassName
{
border-color: #CB1437;
}
</style>