Shades of Cardinal #CB2035
Tints of Cardinal #CB2035
RGB
CMYK
RGB Variations
Color information
#CB2035 (or 0xCB2035) is known color: Cardinal. HEX triplet: CB, 20 and 35. RGB value is (203,32,53). Sum of RGB (Red+Green+Blue) = 203+32+53=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2035 is #34DFCA. Grayscale: #555555. Windows color (decimal): -3465163 or 3481803. OLE color: 3481803.
HSL color Cylindrical-coordinate representation of color #CB2035: hue angle of 352.63º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2035 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 53 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.20 |
| HSL | 352.63º | 0.73% | 0.46% | - |
| HSV(B) | 352.63º | 0.84% | 0.8% | - |
| XYZ | 25.79 | 13.99 | 4.71 | - |
| YUV | 85.52 | 109.65 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 53 | 0 | 0.84 | 0.74 | 0.20 | 352.63 | 0.73 | 0.46 |
| Hex | CB | 20 | 35 | 0 | 54 | 4A | 14 | 161 | 49 | 2E |
| Octal | 313 | 40 | 65 | 0 | 124 | 112 | 24 | 541 | 111 | 56 |
| Binary | 11001011 | 100000 | 110101 | 0 | 1010100 | 1001010 | 10100 | 101100001 | 1001001 | 101110 |
Color Harmonies of #CB2035
Complementary color
Monochromatic Colors of #CB2035
Black with #CB2035
Text Example
Text Example
White with #CB2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2035; }
p { color: rgb(203,32,53); }
H1.HeaderClassName
{
color: #CB2035;
}
.AnyTagClassName
{
color: #CB2035;
}
</style>
background-color css
<style>
a { background-color: #CB2035; }
a { background-color: rgb(203,32,53); }
div.DivClassName
{
background-color: #CB2035;
}
.BgClassName
{
background-color: #CB2035;
}
</style>
border-color css
<style>
span { border-color: #CB2035; }
span { border-color: rgb(203,32,53); }
td.TdClassName
{
border-color: #CB2035;
}
.TagClassName
{
border-color: #CB2035;
}
</style>