Shades of Cardinal #CB1647
Tints of Cardinal #CB1647
RGB
CMYK
RGB Variations
Color information
#CB1647 (or 0xCB1647) is known color: Cardinal. HEX triplet: CB, 16 and 47. RGB value is (203,22,71). Sum of RGB (Red+Green+Blue) = 203+22+71=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1647 is #34E9B8. Grayscale: #515151. Windows color (decimal): -3467705 or 4658891. OLE color: 4658891.
HSL color Cylindrical-coordinate representation of color #CB1647: hue angle of 343.76º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1647 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 71 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.20 |
| HSL | 343.76º | 0.8% | 0.44% | - |
| HSV(B) | 343.76º | 0.89% | 0.8% | - |
| XYZ | 26.05 | 13.73 | 7.24 | - |
| YUV | 81.71 | 121.97 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 71 | 0 | 0.89 | 0.65 | 0.20 | 343.76 | 0.8 | 0.44 |
| Hex | CB | 16 | 47 | 0 | 59 | 41 | 14 | 158 | 50 | 2C |
| Octal | 313 | 26 | 107 | 0 | 131 | 101 | 24 | 530 | 120 | 54 |
| Binary | 11001011 | 10110 | 1000111 | 0 | 1011001 | 1000001 | 10100 | 101011000 | 1010000 | 101100 |
Color Harmonies of #CB1647
Complementary color
Monochromatic Colors of #CB1647
Black with #CB1647
Text Example
Text Example
White with #CB1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1647; }
p { color: rgb(203,22,71); }
H1.HeaderClassName
{
color: #CB1647;
}
.AnyTagClassName
{
color: #CB1647;
}
</style>
background-color css
<style>
a { background-color: #CB1647; }
a { background-color: rgb(203,22,71); }
div.DivClassName
{
background-color: #CB1647;
}
.BgClassName
{
background-color: #CB1647;
}
</style>
border-color css
<style>
span { border-color: #CB1647; }
span { border-color: rgb(203,22,71); }
td.TdClassName
{
border-color: #CB1647;
}
.TagClassName
{
border-color: #CB1647;
}
</style>