Shades of Cardinal #CB1835
Tints of Cardinal #CB1835
RGB
CMYK
RGB Variations
Color information
#CB1835 (or 0xCB1835) is known color: Cardinal. HEX triplet: CB, 18 and 35. RGB value is (203,24,53). Sum of RGB (Red+Green+Blue) = 203+24+53=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1835 is #34E7CA. Grayscale: #505050. Windows color (decimal): -3467211 or 3479755. OLE color: 3479755.
HSL color Cylindrical-coordinate representation of color #CB1835: hue angle of 350.28º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1835 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 53 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.20 |
| HSL | 350.28º | 0.79% | 0.45% | - |
| HSV(B) | 350.28º | 0.88% | 0.8% | - |
| XYZ | 25.6 | 13.61 | 4.65 | - |
| YUV | 80.83 | 112.3 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 53 | 0 | 0.88 | 0.74 | 0.20 | 350.28 | 0.79 | 0.45 |
| Hex | CB | 18 | 35 | 0 | 58 | 4A | 14 | 15E | 4F | 2D |
| Octal | 313 | 30 | 65 | 0 | 130 | 112 | 24 | 536 | 117 | 55 |
| Binary | 11001011 | 11000 | 110101 | 0 | 1011000 | 1001010 | 10100 | 101011110 | 1001111 | 101101 |
Color Harmonies of #CB1835
Complementary color
Monochromatic Colors of #CB1835
Black with #CB1835
Text Example
Text Example
White with #CB1835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1835; }
p { color: rgb(203,24,53); }
H1.HeaderClassName
{
color: #CB1835;
}
.AnyTagClassName
{
color: #CB1835;
}
</style>
background-color css
<style>
a { background-color: #CB1835; }
a { background-color: rgb(203,24,53); }
div.DivClassName
{
background-color: #CB1835;
}
.BgClassName
{
background-color: #CB1835;
}
</style>
border-color css
<style>
span { border-color: #CB1835; }
span { border-color: rgb(203,24,53); }
td.TdClassName
{
border-color: #CB1835;
}
.TagClassName
{
border-color: #CB1835;
}
</style>