Shades of Cardinal #CB1535
Tints of Cardinal #CB1535
RGB
CMYK
RGB Variations
Color information
#CB1535 (or 0xCB1535) is known color: Cardinal. HEX triplet: CB, 15 and 35. RGB value is (203,21,53). Sum of RGB (Red+Green+Blue) = 203+21+53=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1535 is #34EACA. Grayscale: #4F4F4F. Windows color (decimal): -3467979 or 3478987. OLE color: 3478987.
HSL color Cylindrical-coordinate representation of color #CB1535: hue angle of 349.45º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1535 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 53 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.20 |
| HSL | 349.45º | 0.81% | 0.44% | - |
| HSV(B) | 349.45º | 0.9% | 0.8% | - |
| XYZ | 25.54 | 13.49 | 4.63 | - |
| YUV | 79.07 | 113.3 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 53 | 0 | 0.90 | 0.74 | 0.20 | 349.45 | 0.81 | 0.44 |
| Hex | CB | 15 | 35 | 0 | 5A | 4A | 14 | 15D | 51 | 2C |
| Octal | 313 | 25 | 65 | 0 | 132 | 112 | 24 | 535 | 121 | 54 |
| Binary | 11001011 | 10101 | 110101 | 0 | 1011010 | 1001010 | 10100 | 101011101 | 1010001 | 101100 |
Color Harmonies of #CB1535
Complementary color
Monochromatic Colors of #CB1535
Black with #CB1535
Text Example
Text Example
White with #CB1535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1535; }
p { color: rgb(203,21,53); }
H1.HeaderClassName
{
color: #CB1535;
}
.AnyTagClassName
{
color: #CB1535;
}
</style>
background-color css
<style>
a { background-color: #CB1535; }
a { background-color: rgb(203,21,53); }
div.DivClassName
{
background-color: #CB1535;
}
.BgClassName
{
background-color: #CB1535;
}
</style>
border-color css
<style>
span { border-color: #CB1535; }
span { border-color: rgb(203,21,53); }
td.TdClassName
{
border-color: #CB1535;
}
.TagClassName
{
border-color: #CB1535;
}
</style>