Shades of Cardinal #CB1E49
Tints of Cardinal #CB1E49
RGB
CMYK
RGB Variations
Color information
#CB1E49 (or 0xCB1E49) is known color: Cardinal. HEX triplet: CB, 1E and 49. RGB value is (203,30,73). Sum of RGB (Red+Green+Blue) = 203+30+73=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1E49 is #34E1B6. Grayscale: #565656. Windows color (decimal): -3465655 or 4792011. OLE color: 4792011.
HSL color Cylindrical-coordinate representation of color #CB1E49: hue angle of 345.09º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1E49 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 73 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.20 |
| HSL | 345.09º | 0.74% | 0.46% | - |
| HSV(B) | 345.09º | 0.85% | 0.8% | - |
| XYZ | 26.3 | 14.11 | 7.64 | - |
| YUV | 86.63 | 120.31 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 73 | 0 | 0.85 | 0.64 | 0.20 | 345.09 | 0.74 | 0.46 |
| Hex | CB | 1E | 49 | 0 | 55 | 40 | 14 | 159 | 4A | 2E |
| Octal | 313 | 36 | 111 | 0 | 125 | 100 | 24 | 531 | 112 | 56 |
| Binary | 11001011 | 11110 | 1001001 | 0 | 1010101 | 1000000 | 10100 | 101011001 | 1001010 | 101110 |
Color Harmonies of #CB1E49
Complementary color
Monochromatic Colors of #CB1E49
Black with #CB1E49
Text Example
Text Example
White with #CB1E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1E49; }
p { color: rgb(203,30,73); }
H1.HeaderClassName
{
color: #CB1E49;
}
.AnyTagClassName
{
color: #CB1E49;
}
</style>
background-color css
<style>
a { background-color: #CB1E49; }
a { background-color: rgb(203,30,73); }
div.DivClassName
{
background-color: #CB1E49;
}
.BgClassName
{
background-color: #CB1E49;
}
</style>
border-color css
<style>
span { border-color: #CB1E49; }
span { border-color: rgb(203,30,73); }
td.TdClassName
{
border-color: #CB1E49;
}
.TagClassName
{
border-color: #CB1E49;
}
</style>