Shades of Cardinal #CB2235
Tints of Cardinal #CB2235
RGB
CMYK
RGB Variations
Color information
#CB2235 (or 0xCB2235) is known color: Cardinal. HEX triplet: CB, 22 and 35. RGB value is (203,34,53). Sum of RGB (Red+Green+Blue) = 203+34+53=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2235 is #34DDCA. Grayscale: #565656. Windows color (decimal): -3464651 or 3482315. OLE color: 3482315.
HSL color Cylindrical-coordinate representation of color #CB2235: hue angle of 353.25º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2235 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 53 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.20 |
| HSL | 353.25º | 0.71% | 0.46% | - |
| HSV(B) | 353.25º | 0.83% | 0.8% | - |
| XYZ | 25.84 | 14.1 | 4.73 | - |
| YUV | 86.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 53 | 0 | 0.83 | 0.74 | 0.20 | 353.25 | 0.71 | 0.46 |
| Hex | CB | 22 | 35 | 0 | 53 | 4A | 14 | 161 | 47 | 2E |
| Octal | 313 | 42 | 65 | 0 | 123 | 112 | 24 | 541 | 107 | 56 |
| Binary | 11001011 | 100010 | 110101 | 0 | 1010011 | 1001010 | 10100 | 101100001 | 1000111 | 101110 |
Color Harmonies of #CB2235
Complementary color
Monochromatic Colors of #CB2235
Black with #CB2235
Text Example
Text Example
White with #CB2235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2235; }
p { color: rgb(203,34,53); }
H1.HeaderClassName
{
color: #CB2235;
}
.AnyTagClassName
{
color: #CB2235;
}
</style>
background-color css
<style>
a { background-color: #CB2235; }
a { background-color: rgb(203,34,53); }
div.DivClassName
{
background-color: #CB2235;
}
.BgClassName
{
background-color: #CB2235;
}
</style>
border-color css
<style>
span { border-color: #CB2235; }
span { border-color: rgb(203,34,53); }
td.TdClassName
{
border-color: #CB2235;
}
.TagClassName
{
border-color: #CB2235;
}
</style>