Shades of Cardinal #CB2135
Tints of Cardinal #CB2135
RGB
CMYK
RGB Variations
Color information
#CB2135 (or 0xCB2135) is known color: Cardinal. HEX triplet: CB, 21 and 35. RGB value is (203,33,53). Sum of RGB (Red+Green+Blue) = 203+33+53=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2135 is #34DECA. Grayscale: #565656. Windows color (decimal): -3464907 or 3482059. OLE color: 3482059.
HSL color Cylindrical-coordinate representation of color #CB2135: hue angle of 352.94º 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 #CB2135 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 53 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.20 |
| HSL | 352.94º | 0.72% | 0.46% | - |
| HSV(B) | 352.94º | 0.84% | 0.8% | - |
| XYZ | 25.82 | 14.04 | 4.72 | - |
| YUV | 86.11 | 109.32 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 53 | 0 | 0.84 | 0.74 | 0.20 | 352.94 | 0.72 | 0.46 |
| Hex | CB | 21 | 35 | 0 | 54 | 4A | 14 | 161 | 48 | 2E |
| Octal | 313 | 41 | 65 | 0 | 124 | 112 | 24 | 541 | 110 | 56 |
| Binary | 11001011 | 100001 | 110101 | 0 | 1010100 | 1001010 | 10100 | 101100001 | 1001000 | 101110 |
Color Harmonies of #CB2135
Complementary color
Monochromatic Colors of #CB2135
Black with #CB2135
Text Example
Text Example
White with #CB2135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2135; }
p { color: rgb(203,33,53); }
H1.HeaderClassName
{
color: #CB2135;
}
.AnyTagClassName
{
color: #CB2135;
}
</style>
background-color css
<style>
a { background-color: #CB2135; }
a { background-color: rgb(203,33,53); }
div.DivClassName
{
background-color: #CB2135;
}
.BgClassName
{
background-color: #CB2135;
}
</style>
border-color css
<style>
span { border-color: #CB2135; }
span { border-color: rgb(203,33,53); }
td.TdClassName
{
border-color: #CB2135;
}
.TagClassName
{
border-color: #CB2135;
}
</style>