Shades of Cardinal #CB1F49
Tints of Cardinal #CB1F49
RGB
CMYK
RGB Variations
Color information
#CB1F49 (or 0xCB1F49) is known color: Cardinal. HEX triplet: CB, 1F and 49. RGB value is (203,31,73). Sum of RGB (Red+Green+Blue) = 203+31+73=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1F49 is #34E0B6. Grayscale: #575757. Windows color (decimal): -3465399 or 4792267. OLE color: 4792267.
HSL color Cylindrical-coordinate representation of color #CB1F49: hue angle of 345.35º 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 #CB1F49 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 73 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.20 |
| HSL | 345.35º | 0.74% | 0.46% | - |
| HSV(B) | 345.35º | 0.85% | 0.8% | - |
| XYZ | 26.32 | 14.16 | 7.65 | - |
| YUV | 87.22 | 119.98 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 73 | 0 | 0.85 | 0.64 | 0.20 | 345.35 | 0.74 | 0.46 |
| Hex | CB | 1F | 49 | 0 | 55 | 40 | 14 | 159 | 4A | 2E |
| Octal | 313 | 37 | 111 | 0 | 125 | 100 | 24 | 531 | 112 | 56 |
| Binary | 11001011 | 11111 | 1001001 | 0 | 1010101 | 1000000 | 10100 | 101011001 | 1001010 | 101110 |
Color Harmonies of #CB1F49
Complementary color
Monochromatic Colors of #CB1F49
Black with #CB1F49
Text Example
Text Example
White with #CB1F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F49; }
p { color: rgb(203,31,73); }
H1.HeaderClassName
{
color: #CB1F49;
}
.AnyTagClassName
{
color: #CB1F49;
}
</style>
background-color css
<style>
a { background-color: #CB1F49; }
a { background-color: rgb(203,31,73); }
div.DivClassName
{
background-color: #CB1F49;
}
.BgClassName
{
background-color: #CB1F49;
}
</style>
border-color css
<style>
span { border-color: #CB1F49; }
span { border-color: rgb(203,31,73); }
td.TdClassName
{
border-color: #CB1F49;
}
.TagClassName
{
border-color: #CB1F49;
}
</style>