Shades of Cardinal #CB2737
Tints of Cardinal #CB2737
RGB
CMYK
RGB Variations
Color information
#CB2737 (or 0xCB2737) is known color: Cardinal. HEX triplet: CB, 27 and 37. RGB value is (203,39,55). Sum of RGB (Red+Green+Blue) = 203+39+55=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2737 is #34D8C8. Grayscale: #595959. Windows color (decimal): -3463369 or 3614667. OLE color: 3614667.
HSL color Cylindrical-coordinate representation of color #CB2737: hue angle of 354.15º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2737 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 55 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.20 |
| HSL | 354.15º | 0.68% | 0.47% | - |
| HSV(B) | 354.15º | 0.81% | 0.8% | - |
| XYZ | 26.04 | 14.42 | 5.03 | - |
| YUV | 89.86 | 108.33 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 55 | 0 | 0.81 | 0.73 | 0.20 | 354.15 | 0.68 | 0.47 |
| Hex | CB | 27 | 37 | 0 | 51 | 49 | 14 | 162 | 44 | 2F |
| Octal | 313 | 47 | 67 | 0 | 121 | 111 | 24 | 542 | 104 | 57 |
| Binary | 11001011 | 100111 | 110111 | 0 | 1010001 | 1001001 | 10100 | 101100010 | 1000100 | 101111 |
Color Harmonies of #CB2737
Complementary color
Monochromatic Colors of #CB2737
Black with #CB2737
Text Example
Text Example
White with #CB2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2737; }
p { color: rgb(203,39,55); }
H1.HeaderClassName
{
color: #CB2737;
}
.AnyTagClassName
{
color: #CB2737;
}
</style>
background-color css
<style>
a { background-color: #CB2737; }
a { background-color: rgb(203,39,55); }
div.DivClassName
{
background-color: #CB2737;
}
.BgClassName
{
background-color: #CB2737;
}
</style>
border-color css
<style>
span { border-color: #CB2737; }
span { border-color: rgb(203,39,55); }
td.TdClassName
{
border-color: #CB2737;
}
.TagClassName
{
border-color: #CB2737;
}
</style>