Shades of Cardinal #CB1D49
Tints of Cardinal #CB1D49
RGB
CMYK
RGB Variations
Color information
#CB1D49 (or 0xCB1D49) is known color: Cardinal. HEX triplet: CB, 1D and 49. RGB value is (203,29,73). Sum of RGB (Red+Green+Blue) = 203+29+73=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1D49 is #34E2B6. Grayscale: #565656. Windows color (decimal): -3465911 or 4791755. OLE color: 4791755.
HSL color Cylindrical-coordinate representation of color #CB1D49: hue angle of 344.83º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1D49 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 73 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.20 |
| HSL | 344.83º | 0.75% | 0.45% | - |
| HSV(B) | 344.83º | 0.86% | 0.8% | - |
| XYZ | 26.27 | 14.06 | 7.63 | - |
| YUV | 86.04 | 120.65 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 73 | 0 | 0.86 | 0.64 | 0.20 | 344.83 | 0.75 | 0.45 |
| Hex | CB | 1D | 49 | 0 | 56 | 40 | 14 | 159 | 4B | 2D |
| Octal | 313 | 35 | 111 | 0 | 126 | 100 | 24 | 531 | 113 | 55 |
| Binary | 11001011 | 11101 | 1001001 | 0 | 1010110 | 1000000 | 10100 | 101011001 | 1001011 | 101101 |
Color Harmonies of #CB1D49
Complementary color
Monochromatic Colors of #CB1D49
Black with #CB1D49
Text Example
Text Example
White with #CB1D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1D49; }
p { color: rgb(203,29,73); }
H1.HeaderClassName
{
color: #CB1D49;
}
.AnyTagClassName
{
color: #CB1D49;
}
</style>
background-color css
<style>
a { background-color: #CB1D49; }
a { background-color: rgb(203,29,73); }
div.DivClassName
{
background-color: #CB1D49;
}
.BgClassName
{
background-color: #CB1D49;
}
</style>
border-color css
<style>
span { border-color: #CB1D49; }
span { border-color: rgb(203,29,73); }
td.TdClassName
{
border-color: #CB1D49;
}
.TagClassName
{
border-color: #CB1D49;
}
</style>