Shades of Cardinal #CB2232
Tints of Cardinal #CB2232
RGB
CMYK
RGB Variations
Color information
#CB2232 (or 0xCB2232) is known color: Cardinal. HEX triplet: CB, 22 and 32. RGB value is (203,34,50). Sum of RGB (Red+Green+Blue) = 203+34+50=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2232 is #34DDCD. Grayscale: #565656. Windows color (decimal): -3464654 or 3285707. OLE color: 3285707.
HSL color Cylindrical-coordinate representation of color #CB2232: hue angle of 354.32º 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 #CB2232 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 50 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.20 |
| HSL | 354.32º | 0.71% | 0.46% | - |
| HSV(B) | 354.32º | 0.83% | 0.8% | - |
| XYZ | 25.78 | 14.07 | 4.37 | - |
| YUV | 86.36 | 107.49 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 50 | 0 | 0.83 | 0.75 | 0.20 | 354.32 | 0.71 | 0.46 |
| Hex | CB | 22 | 32 | 0 | 53 | 4B | 14 | 162 | 47 | 2E |
| Octal | 313 | 42 | 62 | 0 | 123 | 113 | 24 | 542 | 107 | 56 |
| Binary | 11001011 | 100010 | 110010 | 0 | 1010011 | 1001011 | 10100 | 101100010 | 1000111 | 101110 |
Color Harmonies of #CB2232
Complementary color
Monochromatic Colors of #CB2232
Black with #CB2232
Text Example
Text Example
White with #CB2232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2232; }
p { color: rgb(203,34,50); }
H1.HeaderClassName
{
color: #CB2232;
}
.AnyTagClassName
{
color: #CB2232;
}
</style>
background-color css
<style>
a { background-color: #CB2232; }
a { background-color: rgb(203,34,50); }
div.DivClassName
{
background-color: #CB2232;
}
.BgClassName
{
background-color: #CB2232;
}
</style>
border-color css
<style>
span { border-color: #CB2232; }
span { border-color: rgb(203,34,50); }
td.TdClassName
{
border-color: #CB2232;
}
.TagClassName
{
border-color: #CB2232;
}
</style>