Shades of Cardinal #CB213C
Tints of Cardinal #CB213C
RGB
CMYK
RGB Variations
Color information
#CB213C (or 0xCB213C) is known color: Cardinal. HEX triplet: CB, 21 and 3C. RGB value is (203,33,60). Sum of RGB (Red+Green+Blue) = 203+33+60=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB213C is #34DEC3. Grayscale: #565656. Windows color (decimal): -3464900 or 3940811. OLE color: 3940811.
HSL color Cylindrical-coordinate representation of color #CB213C: hue angle of 350.47º 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 #CB213C is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 60 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.20 |
| HSL | 350.47º | 0.72% | 0.46% | - |
| HSV(B) | 350.47º | 0.84% | 0.8% | - |
| XYZ | 25.99 | 14.11 | 5.63 | - |
| YUV | 86.91 | 112.82 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 60 | 0 | 0.84 | 0.70 | 0.20 | 350.47 | 0.72 | 0.46 |
| Hex | CB | 21 | 3C | 0 | 54 | 46 | 14 | 15E | 48 | 2E |
| Octal | 313 | 41 | 74 | 0 | 124 | 106 | 24 | 536 | 110 | 56 |
| Binary | 11001011 | 100001 | 111100 | 0 | 1010100 | 1000110 | 10100 | 101011110 | 1001000 | 101110 |
Color Harmonies of #CB213C
Complementary color
Monochromatic Colors of #CB213C
Black with #CB213C
Text Example
Text Example
White with #CB213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB213C; }
p { color: rgb(203,33,60); }
H1.HeaderClassName
{
color: #CB213C;
}
.AnyTagClassName
{
color: #CB213C;
}
</style>
background-color css
<style>
a { background-color: #CB213C; }
a { background-color: rgb(203,33,60); }
div.DivClassName
{
background-color: #CB213C;
}
.BgClassName
{
background-color: #CB213C;
}
</style>
border-color css
<style>
span { border-color: #CB213C; }
span { border-color: rgb(203,33,60); }
td.TdClassName
{
border-color: #CB213C;
}
.TagClassName
{
border-color: #CB213C;
}
</style>