Shades of Cardinal #CB213B
Tints of Cardinal #CB213B
RGB
CMYK
RGB Variations
Color information
#CB213B (or 0xCB213B) is known color: Cardinal. HEX triplet: CB, 21 and 3B. RGB value is (203,33,59). Sum of RGB (Red+Green+Blue) = 203+33+59=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB213B is #34DEC4. Grayscale: #565656. Windows color (decimal): -3464901 or 3875275. OLE color: 3875275.
HSL color Cylindrical-coordinate representation of color #CB213B: hue angle of 350.82º 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 #CB213B is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 59 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.20 |
| HSL | 350.82º | 0.72% | 0.46% | - |
| HSV(B) | 350.82º | 0.84% | 0.8% | - |
| XYZ | 25.96 | 14.1 | 5.49 | - |
| YUV | 86.79 | 112.32 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 59 | 0 | 0.84 | 0.71 | 0.20 | 350.82 | 0.72 | 0.46 |
| Hex | CB | 21 | 3B | 0 | 54 | 47 | 14 | 15F | 48 | 2E |
| Octal | 313 | 41 | 73 | 0 | 124 | 107 | 24 | 537 | 110 | 56 |
| Binary | 11001011 | 100001 | 111011 | 0 | 1010100 | 1000111 | 10100 | 101011111 | 1001000 | 101110 |
Color Harmonies of #CB213B
Complementary color
Monochromatic Colors of #CB213B
Black with #CB213B
Text Example
Text Example
White with #CB213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB213B; }
p { color: rgb(203,33,59); }
H1.HeaderClassName
{
color: #CB213B;
}
.AnyTagClassName
{
color: #CB213B;
}
</style>
background-color css
<style>
a { background-color: #CB213B; }
a { background-color: rgb(203,33,59); }
div.DivClassName
{
background-color: #CB213B;
}
.BgClassName
{
background-color: #CB213B;
}
</style>
border-color css
<style>
span { border-color: #CB213B; }
span { border-color: rgb(203,33,59); }
td.TdClassName
{
border-color: #CB213B;
}
.TagClassName
{
border-color: #CB213B;
}
</style>