Shades of Cardinal #CB2047
Tints of Cardinal #CB2047
RGB
CMYK
RGB Variations
Color information
#CB2047 (or 0xCB2047) is known color: Cardinal. HEX triplet: CB, 20 and 47. RGB value is (203,32,71). Sum of RGB (Red+Green+Blue) = 203+32+71=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2047 is #34DFB8. Grayscale: #575757. Windows color (decimal): -3465145 or 4661451. OLE color: 4661451.
HSL color Cylindrical-coordinate representation of color #CB2047: hue angle of 346.32º 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 #CB2047 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 71 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.20 |
| HSL | 346.32º | 0.73% | 0.46% | - |
| HSV(B) | 346.32º | 0.84% | 0.8% | - |
| XYZ | 26.28 | 14.18 | 7.31 | - |
| YUV | 87.58 | 118.65 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 71 | 0 | 0.84 | 0.65 | 0.20 | 346.32 | 0.73 | 0.46 |
| Hex | CB | 20 | 47 | 0 | 54 | 41 | 14 | 15A | 49 | 2E |
| Octal | 313 | 40 | 107 | 0 | 124 | 101 | 24 | 532 | 111 | 56 |
| Binary | 11001011 | 100000 | 1000111 | 0 | 1010100 | 1000001 | 10100 | 101011010 | 1001001 | 101110 |
Color Harmonies of #CB2047
Complementary color
Monochromatic Colors of #CB2047
Black with #CB2047
Text Example
Text Example
White with #CB2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2047; }
p { color: rgb(203,32,71); }
H1.HeaderClassName
{
color: #CB2047;
}
.AnyTagClassName
{
color: #CB2047;
}
</style>
background-color css
<style>
a { background-color: #CB2047; }
a { background-color: rgb(203,32,71); }
div.DivClassName
{
background-color: #CB2047;
}
.BgClassName
{
background-color: #CB2047;
}
</style>
border-color css
<style>
span { border-color: #CB2047; }
span { border-color: rgb(203,32,71); }
td.TdClassName
{
border-color: #CB2047;
}
.TagClassName
{
border-color: #CB2047;
}
</style>