Shades of Cardinal #CB1736
Tints of Cardinal #CB1736
RGB
CMYK
RGB Variations
Color information
#CB1736 (or 0xCB1736) is known color: Cardinal. HEX triplet: CB, 17 and 36. RGB value is (203,23,54). Sum of RGB (Red+Green+Blue) = 203+23+54=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1736 is #34E8C9. Grayscale: #505050. Windows color (decimal): -3467466 or 3545035. OLE color: 3545035.
HSL color Cylindrical-coordinate representation of color #CB1736: hue angle of 349.67º 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 #CB1736 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 54 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.20 |
| HSL | 349.67º | 0.8% | 0.44% | - |
| HSV(B) | 349.67º | 0.89% | 0.8% | - |
| XYZ | 25.6 | 13.58 | 4.76 | - |
| YUV | 80.35 | 113.13 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 54 | 0 | 0.89 | 0.73 | 0.20 | 349.67 | 0.8 | 0.44 |
| Hex | CB | 17 | 36 | 0 | 59 | 49 | 14 | 15E | 50 | 2C |
| Octal | 313 | 27 | 66 | 0 | 131 | 111 | 24 | 536 | 120 | 54 |
| Binary | 11001011 | 10111 | 110110 | 0 | 1011001 | 1001001 | 10100 | 101011110 | 1010000 | 101100 |
Color Harmonies of #CB1736
Complementary color
Monochromatic Colors of #CB1736
Black with #CB1736
Text Example
Text Example
White with #CB1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1736; }
p { color: rgb(203,23,54); }
H1.HeaderClassName
{
color: #CB1736;
}
.AnyTagClassName
{
color: #CB1736;
}
</style>
background-color css
<style>
a { background-color: #CB1736; }
a { background-color: rgb(203,23,54); }
div.DivClassName
{
background-color: #CB1736;
}
.BgClassName
{
background-color: #CB1736;
}
</style>
border-color css
<style>
span { border-color: #CB1736; }
span { border-color: rgb(203,23,54); }
td.TdClassName
{
border-color: #CB1736;
}
.TagClassName
{
border-color: #CB1736;
}
</style>