Shades of Cardinal #CB1139
Tints of Cardinal #CB1139
RGB
CMYK
RGB Variations
Color information
#CB1139 (or 0xCB1139) is known color: Cardinal. HEX triplet: CB, 11 and 39. RGB value is (203,17,57). Sum of RGB (Red+Green+Blue) = 203+17+57=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1139 is #34EEC6. Grayscale: #4D4D4D. Windows color (decimal): -3468999 or 3740107. OLE color: 3740107.
HSL color Cylindrical-coordinate representation of color #CB1139: hue angle of 347.1º 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 #CB1139 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 57 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.20 |
| HSL | 347.1º | 0.85% | 0.43% | - |
| HSV(B) | 347.1º | 0.92% | 0.8% | - |
| XYZ | 25.57 | 13.39 | 5.11 | - |
| YUV | 77.17 | 116.62 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 57 | 0 | 0.92 | 0.72 | 0.20 | 347.1 | 0.85 | 0.43 |
| Hex | CB | 11 | 39 | 0 | 5C | 48 | 14 | 15B | 55 | 2B |
| Octal | 313 | 21 | 71 | 0 | 134 | 110 | 24 | 533 | 125 | 53 |
| Binary | 11001011 | 10001 | 111001 | 0 | 1011100 | 1001000 | 10100 | 101011011 | 1010101 | 101011 |
Color Harmonies of #CB1139
Complementary color
Monochromatic Colors of #CB1139
Black with #CB1139
Text Example
Text Example
White with #CB1139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1139; }
p { color: rgb(203,17,57); }
H1.HeaderClassName
{
color: #CB1139;
}
.AnyTagClassName
{
color: #CB1139;
}
</style>
background-color css
<style>
a { background-color: #CB1139; }
a { background-color: rgb(203,17,57); }
div.DivClassName
{
background-color: #CB1139;
}
.BgClassName
{
background-color: #CB1139;
}
</style>
border-color css
<style>
span { border-color: #CB1139; }
span { border-color: rgb(203,17,57); }
td.TdClassName
{
border-color: #CB1139;
}
.TagClassName
{
border-color: #CB1139;
}
</style>