Shades of Cardinal #CB1738
Tints of Cardinal #CB1738
RGB
CMYK
RGB Variations
Color information
#CB1738 (or 0xCB1738) is known color: Cardinal. HEX triplet: CB, 17 and 38. RGB value is (203,23,56). Sum of RGB (Red+Green+Blue) = 203+23+56=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1738 is #34E8C7. Grayscale: #505050. Windows color (decimal): -3467464 or 3676107. OLE color: 3676107.
HSL color Cylindrical-coordinate representation of color #CB1738: hue angle of 349º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1738 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 56 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.20 |
| HSL | 349º | 0.8% | 0.44% | - |
| HSV(B) | 349º | 0.89% | 0.8% | - |
| XYZ | 25.65 | 13.59 | 5.01 | - |
| YUV | 80.58 | 114.13 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 56 | 0 | 0.89 | 0.72 | 0.20 | 349 | 0.8 | 0.44 |
| Hex | CB | 17 | 38 | 0 | 59 | 48 | 14 | 15D | 50 | 2C |
| Octal | 313 | 27 | 70 | 0 | 131 | 110 | 24 | 535 | 120 | 54 |
| Binary | 11001011 | 10111 | 111000 | 0 | 1011001 | 1001000 | 10100 | 101011101 | 1010000 | 101100 |
Color Harmonies of #CB1738
Complementary color
Monochromatic Colors of #CB1738
Black with #CB1738
Text Example
Text Example
White with #CB1738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1738; }
p { color: rgb(203,23,56); }
H1.HeaderClassName
{
color: #CB1738;
}
.AnyTagClassName
{
color: #CB1738;
}
</style>
background-color css
<style>
a { background-color: #CB1738; }
a { background-color: rgb(203,23,56); }
div.DivClassName
{
background-color: #CB1738;
}
.BgClassName
{
background-color: #CB1738;
}
</style>
border-color css
<style>
span { border-color: #CB1738; }
span { border-color: rgb(203,23,56); }
td.TdClassName
{
border-color: #CB1738;
}
.TagClassName
{
border-color: #CB1738;
}
</style>