Shades of Cardinal #CB212F
Tints of Cardinal #CB212F
RGB
CMYK
RGB Variations
Color information
#CB212F (or 0xCB212F) is known color: Cardinal. HEX triplet: CB, 21 and 2F. RGB value is (203,33,47). Sum of RGB (Red+Green+Blue) = 203+33+47=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB212F is #34DED0. Grayscale: #555555. Windows color (decimal): -3464913 or 3088843. OLE color: 3088843.
HSL color Cylindrical-coordinate representation of color #CB212F: hue angle of 355.06º 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 #CB212F is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 47 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.20 |
| HSL | 355.06º | 0.72% | 0.46% | - |
| HSV(B) | 355.06º | 0.84% | 0.8% | - |
| XYZ | 25.69 | 13.99 | 4.04 | - |
| YUV | 85.43 | 106.32 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 47 | 0 | 0.84 | 0.77 | 0.20 | 355.06 | 0.72 | 0.46 |
| Hex | CB | 21 | 2F | 0 | 54 | 4D | 14 | 163 | 48 | 2E |
| Octal | 313 | 41 | 57 | 0 | 124 | 115 | 24 | 543 | 110 | 56 |
| Binary | 11001011 | 100001 | 101111 | 0 | 1010100 | 1001101 | 10100 | 101100011 | 1001000 | 101110 |
Color Harmonies of #CB212F
Complementary color
Monochromatic Colors of #CB212F
Black with #CB212F
Text Example
Text Example
White with #CB212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB212F; }
p { color: rgb(203,33,47); }
H1.HeaderClassName
{
color: #CB212F;
}
.AnyTagClassName
{
color: #CB212F;
}
</style>
background-color css
<style>
a { background-color: #CB212F; }
a { background-color: rgb(203,33,47); }
div.DivClassName
{
background-color: #CB212F;
}
.BgClassName
{
background-color: #CB212F;
}
</style>
border-color css
<style>
span { border-color: #CB212F; }
span { border-color: rgb(203,33,47); }
td.TdClassName
{
border-color: #CB212F;
}
.TagClassName
{
border-color: #CB212F;
}
</style>