Shades of Cardinal #CB1735
Tints of Cardinal #CB1735
RGB
CMYK
RGB Variations
Color information
#CB1735 (or 0xCB1735) is known color: Cardinal. HEX triplet: CB, 17 and 35. RGB value is (203,23,53). Sum of RGB (Red+Green+Blue) = 203+23+53=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1735 is #34E8CA. Grayscale: #505050. Windows color (decimal): -3467467 or 3479499. OLE color: 3479499.
HSL color Cylindrical-coordinate representation of color #CB1735: hue angle of 350º 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 #CB1735 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 53 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.20 |
| HSL | 350º | 0.8% | 0.44% | - |
| HSV(B) | 350º | 0.89% | 0.8% | - |
| XYZ | 25.58 | 13.57 | 4.64 | - |
| YUV | 80.24 | 112.63 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 53 | 0 | 0.89 | 0.74 | 0.20 | 350 | 0.8 | 0.44 |
| Hex | CB | 17 | 35 | 0 | 59 | 4A | 14 | 15E | 50 | 2C |
| Octal | 313 | 27 | 65 | 0 | 131 | 112 | 24 | 536 | 120 | 54 |
| Binary | 11001011 | 10111 | 110101 | 0 | 1011001 | 1001010 | 10100 | 101011110 | 1010000 | 101100 |
Color Harmonies of #CB1735
Complementary color
Monochromatic Colors of #CB1735
Black with #CB1735
Text Example
Text Example
White with #CB1735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1735; }
p { color: rgb(203,23,53); }
H1.HeaderClassName
{
color: #CB1735;
}
.AnyTagClassName
{
color: #CB1735;
}
</style>
background-color css
<style>
a { background-color: #CB1735; }
a { background-color: rgb(203,23,53); }
div.DivClassName
{
background-color: #CB1735;
}
.BgClassName
{
background-color: #CB1735;
}
</style>
border-color css
<style>
span { border-color: #CB1735; }
span { border-color: rgb(203,23,53); }
td.TdClassName
{
border-color: #CB1735;
}
.TagClassName
{
border-color: #CB1735;
}
</style>