Shades of Cardinal #CB2031
Tints of Cardinal #CB2031
RGB
CMYK
RGB Variations
Color information
#CB2031 (or 0xCB2031) is known color: Cardinal. HEX triplet: CB, 20 and 31. RGB value is (203,32,49). Sum of RGB (Red+Green+Blue) = 203+32+49=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2031 is #34DFCE. Grayscale: #555555. Windows color (decimal): -3465167 or 3219659. OLE color: 3219659.
HSL color Cylindrical-coordinate representation of color #CB2031: hue angle of 354.04º degrees, saturation: 0.73, 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 #CB2031 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 49 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.20 |
| HSL | 354.04º | 0.73% | 0.46% | - |
| HSV(B) | 354.04º | 0.84% | 0.8% | - |
| XYZ | 25.7 | 13.95 | 4.24 | - |
| YUV | 85.07 | 107.65 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 49 | 0 | 0.84 | 0.76 | 0.20 | 354.04 | 0.73 | 0.46 |
| Hex | CB | 20 | 31 | 0 | 54 | 4C | 14 | 162 | 49 | 2E |
| Octal | 313 | 40 | 61 | 0 | 124 | 114 | 24 | 542 | 111 | 56 |
| Binary | 11001011 | 100000 | 110001 | 0 | 1010100 | 1001100 | 10100 | 101100010 | 1001001 | 101110 |
Color Harmonies of #CB2031
Complementary color
Monochromatic Colors of #CB2031
Black with #CB2031
Text Example
Text Example
White with #CB2031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2031; }
p { color: rgb(203,32,49); }
H1.HeaderClassName
{
color: #CB2031;
}
.AnyTagClassName
{
color: #CB2031;
}
</style>
background-color css
<style>
a { background-color: #CB2031; }
a { background-color: rgb(203,32,49); }
div.DivClassName
{
background-color: #CB2031;
}
.BgClassName
{
background-color: #CB2031;
}
</style>
border-color css
<style>
span { border-color: #CB2031; }
span { border-color: rgb(203,32,49); }
td.TdClassName
{
border-color: #CB2031;
}
.TagClassName
{
border-color: #CB2031;
}
</style>