Shades of Cardinal #CB1037
Tints of Cardinal #CB1037
RGB
CMYK
RGB Variations
Color information
#CB1037 (or 0xCB1037) is known color: Cardinal. HEX triplet: CB, 10 and 37. RGB value is (203,16,55). Sum of RGB (Red+Green+Blue) = 203+16+55=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1037 is #34EFC8. Grayscale: #4C4C4C. Windows color (decimal): -3469257 or 3608779. OLE color: 3608779.
HSL color Cylindrical-coordinate representation of color #CB1037: hue angle of 347.49º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1037 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 55 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.20 |
| HSL | 347.49º | 0.85% | 0.43% | - |
| HSV(B) | 347.49º | 0.92% | 0.8% | - |
| XYZ | 25.5 | 13.34 | 4.85 | - |
| YUV | 76.36 | 115.95 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 55 | 0 | 0.92 | 0.73 | 0.20 | 347.49 | 0.85 | 0.43 |
| Hex | CB | 10 | 37 | 0 | 5C | 49 | 14 | 15B | 55 | 2B |
| Octal | 313 | 20 | 67 | 0 | 134 | 111 | 24 | 533 | 125 | 53 |
| Binary | 11001011 | 10000 | 110111 | 0 | 1011100 | 1001001 | 10100 | 101011011 | 1010101 | 101011 |
Color Harmonies of #CB1037
Complementary color
Monochromatic Colors of #CB1037
Black with #CB1037
Text Example
Text Example
White with #CB1037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1037; }
p { color: rgb(203,16,55); }
H1.HeaderClassName
{
color: #CB1037;
}
.AnyTagClassName
{
color: #CB1037;
}
</style>
background-color css
<style>
a { background-color: #CB1037; }
a { background-color: rgb(203,16,55); }
div.DivClassName
{
background-color: #CB1037;
}
.BgClassName
{
background-color: #CB1037;
}
</style>
border-color css
<style>
span { border-color: #CB1037; }
span { border-color: rgb(203,16,55); }
td.TdClassName
{
border-color: #CB1037;
}
.TagClassName
{
border-color: #CB1037;
}
</style>