Shades of Cardinal #CB1542
Tints of Cardinal #CB1542
RGB
CMYK
RGB Variations
Color information
#CB1542 (or 0xCB1542) is known color: Cardinal. HEX triplet: CB, 15 and 42. RGB value is (203,21,66). Sum of RGB (Red+Green+Blue) = 203+21+66=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1542 is #34EABD. Grayscale: #505050. Windows color (decimal): -3467966 or 4330955. OLE color: 4330955.
HSL color Cylindrical-coordinate representation of color #CB1542: hue angle of 345.16º degrees, saturation: 0.81, 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 #CB1542 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 66 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.20 |
| HSL | 345.16º | 0.81% | 0.44% | - |
| HSV(B) | 345.16º | 0.9% | 0.8% | - |
| XYZ | 25.88 | 13.63 | 6.42 | - |
| YUV | 80.55 | 119.8 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 66 | 0 | 0.90 | 0.67 | 0.20 | 345.16 | 0.81 | 0.44 |
| Hex | CB | 15 | 42 | 0 | 5A | 43 | 14 | 159 | 51 | 2C |
| Octal | 313 | 25 | 102 | 0 | 132 | 103 | 24 | 531 | 121 | 54 |
| Binary | 11001011 | 10101 | 1000010 | 0 | 1011010 | 1000011 | 10100 | 101011001 | 1010001 | 101100 |
Color Harmonies of #CB1542
Complementary color
Monochromatic Colors of #CB1542
Black with #CB1542
Text Example
Text Example
White with #CB1542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1542; }
p { color: rgb(203,21,66); }
H1.HeaderClassName
{
color: #CB1542;
}
.AnyTagClassName
{
color: #CB1542;
}
</style>
background-color css
<style>
a { background-color: #CB1542; }
a { background-color: rgb(203,21,66); }
div.DivClassName
{
background-color: #CB1542;
}
.BgClassName
{
background-color: #CB1542;
}
</style>
border-color css
<style>
span { border-color: #CB1542; }
span { border-color: rgb(203,21,66); }
td.TdClassName
{
border-color: #CB1542;
}
.TagClassName
{
border-color: #CB1542;
}
</style>