Shades of Cardinal #CB1449
Tints of Cardinal #CB1449
RGB
CMYK
RGB Variations
Color information
#CB1449 (or 0xCB1449) is known color: Cardinal. HEX triplet: CB, 14 and 49. RGB value is (203,20,73). Sum of RGB (Red+Green+Blue) = 203+20+73=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1449 is #34EBB6. Grayscale: #505050. Windows color (decimal): -3468215 or 4789451. OLE color: 4789451.
HSL color Cylindrical-coordinate representation of color #CB1449: hue angle of 342.62º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1449 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 73 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.20 |
| HSL | 342.62º | 0.82% | 0.44% | - |
| HSV(B) | 342.62º | 0.9% | 0.8% | - |
| XYZ | 26.08 | 13.68 | 7.57 | - |
| YUV | 80.76 | 123.63 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 73 | 0 | 0.90 | 0.64 | 0.20 | 342.62 | 0.82 | 0.44 |
| Hex | CB | 14 | 49 | 0 | 5A | 40 | 14 | 157 | 52 | 2C |
| Octal | 313 | 24 | 111 | 0 | 132 | 100 | 24 | 527 | 122 | 54 |
| Binary | 11001011 | 10100 | 1001001 | 0 | 1011010 | 1000000 | 10100 | 101010111 | 1010010 | 101100 |
Color Harmonies of #CB1449
Complementary color
Monochromatic Colors of #CB1449
Black with #CB1449
Text Example
Text Example
White with #CB1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1449; }
p { color: rgb(203,20,73); }
H1.HeaderClassName
{
color: #CB1449;
}
.AnyTagClassName
{
color: #CB1449;
}
</style>
background-color css
<style>
a { background-color: #CB1449; }
a { background-color: rgb(203,20,73); }
div.DivClassName
{
background-color: #CB1449;
}
.BgClassName
{
background-color: #CB1449;
}
</style>
border-color css
<style>
span { border-color: #CB1449; }
span { border-color: rgb(203,20,73); }
td.TdClassName
{
border-color: #CB1449;
}
.TagClassName
{
border-color: #CB1449;
}
</style>