Shades of Cardinal #CB1936
Tints of Cardinal #CB1936
RGB
CMYK
RGB Variations
Color information
#CB1936 (or 0xCB1936) is known color: Cardinal. HEX triplet: CB, 19 and 36. RGB value is (203,25,54). Sum of RGB (Red+Green+Blue) = 203+25+54=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1936 is #34E6C9. Grayscale: #515151. Windows color (decimal): -3466954 or 3545547. OLE color: 3545547.
HSL color Cylindrical-coordinate representation of color #CB1936: hue angle of 350.22º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1936 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 54 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.20 |
| HSL | 350.22º | 0.78% | 0.45% | - |
| HSV(B) | 350.22º | 0.88% | 0.8% | - |
| XYZ | 25.64 | 13.66 | 4.77 | - |
| YUV | 81.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 54 | 0 | 0.88 | 0.73 | 0.20 | 350.22 | 0.78 | 0.45 |
| Hex | CB | 19 | 36 | 0 | 58 | 49 | 14 | 15E | 4E | 2D |
| Octal | 313 | 31 | 66 | 0 | 130 | 111 | 24 | 536 | 116 | 55 |
| Binary | 11001011 | 11001 | 110110 | 0 | 1011000 | 1001001 | 10100 | 101011110 | 1001110 | 101101 |
Color Harmonies of #CB1936
Complementary color
Monochromatic Colors of #CB1936
Black with #CB1936
Text Example
Text Example
White with #CB1936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1936; }
p { color: rgb(203,25,54); }
H1.HeaderClassName
{
color: #CB1936;
}
.AnyTagClassName
{
color: #CB1936;
}
</style>
background-color css
<style>
a { background-color: #CB1936; }
a { background-color: rgb(203,25,54); }
div.DivClassName
{
background-color: #CB1936;
}
.BgClassName
{
background-color: #CB1936;
}
</style>
border-color css
<style>
span { border-color: #CB1936; }
span { border-color: rgb(203,25,54); }
td.TdClassName
{
border-color: #CB1936;
}
.TagClassName
{
border-color: #CB1936;
}
</style>