Shades of Cardinal #CB2337
Tints of Cardinal #CB2337
RGB
CMYK
RGB Variations
Color information
#CB2337 (or 0xCB2337) is known color: Cardinal. HEX triplet: CB, 23 and 37. RGB value is (203,35,55). Sum of RGB (Red+Green+Blue) = 203+35+55=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2337 is #34DCC8. Grayscale: #575757. Windows color (decimal): -3464393 or 3613643. OLE color: 3613643.
HSL color Cylindrical-coordinate representation of color #CB2337: hue angle of 352.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2337 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 55 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.20 |
| HSL | 352.86º | 0.71% | 0.47% | - |
| HSV(B) | 352.86º | 0.83% | 0.8% | - |
| XYZ | 25.92 | 14.17 | 4.98 | - |
| YUV | 87.51 | 109.66 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 55 | 0 | 0.83 | 0.73 | 0.20 | 352.86 | 0.71 | 0.47 |
| Hex | CB | 23 | 37 | 0 | 53 | 49 | 14 | 161 | 47 | 2F |
| Octal | 313 | 43 | 67 | 0 | 123 | 111 | 24 | 541 | 107 | 57 |
| Binary | 11001011 | 100011 | 110111 | 0 | 1010011 | 1001001 | 10100 | 101100001 | 1000111 | 101111 |
Color Harmonies of #CB2337
Complementary color
Monochromatic Colors of #CB2337
Black with #CB2337
Text Example
Text Example
White with #CB2337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2337; }
p { color: rgb(203,35,55); }
H1.HeaderClassName
{
color: #CB2337;
}
.AnyTagClassName
{
color: #CB2337;
}
</style>
background-color css
<style>
a { background-color: #CB2337; }
a { background-color: rgb(203,35,55); }
div.DivClassName
{
background-color: #CB2337;
}
.BgClassName
{
background-color: #CB2337;
}
</style>
border-color css
<style>
span { border-color: #CB2337; }
span { border-color: rgb(203,35,55); }
td.TdClassName
{
border-color: #CB2337;
}
.TagClassName
{
border-color: #CB2337;
}
</style>