Shades of Cardinal #CB2142
Tints of Cardinal #CB2142
RGB
CMYK
RGB Variations
Color information
#CB2142 (or 0xCB2142) is known color: Cardinal. HEX triplet: CB, 21 and 42. RGB value is (203,33,66). Sum of RGB (Red+Green+Blue) = 203+33+66=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2142 is #34DEBD. Grayscale: #575757. Windows color (decimal): -3464894 or 4334027. OLE color: 4334027.
HSL color Cylindrical-coordinate representation of color #CB2142: hue angle of 348.35º 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 #CB2142 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 66 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.20 |
| HSL | 348.35º | 0.72% | 0.46% | - |
| HSV(B) | 348.35º | 0.84% | 0.8% | - |
| XYZ | 26.16 | 14.18 | 6.51 | - |
| YUV | 87.59 | 115.82 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 66 | 0 | 0.84 | 0.67 | 0.20 | 348.35 | 0.72 | 0.46 |
| Hex | CB | 21 | 42 | 0 | 54 | 43 | 14 | 15C | 48 | 2E |
| Octal | 313 | 41 | 102 | 0 | 124 | 103 | 24 | 534 | 110 | 56 |
| Binary | 11001011 | 100001 | 1000010 | 0 | 1010100 | 1000011 | 10100 | 101011100 | 1001000 | 101110 |
Color Harmonies of #CB2142
Complementary color
Monochromatic Colors of #CB2142
Black with #CB2142
Text Example
Text Example
White with #CB2142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2142; }
p { color: rgb(203,33,66); }
H1.HeaderClassName
{
color: #CB2142;
}
.AnyTagClassName
{
color: #CB2142;
}
</style>
background-color css
<style>
a { background-color: #CB2142; }
a { background-color: rgb(203,33,66); }
div.DivClassName
{
background-color: #CB2142;
}
.BgClassName
{
background-color: #CB2142;
}
</style>
border-color css
<style>
span { border-color: #CB2142; }
span { border-color: rgb(203,33,66); }
td.TdClassName
{
border-color: #CB2142;
}
.TagClassName
{
border-color: #CB2142;
}
</style>