Shades of Cardinal #CB1445
Tints of Cardinal #CB1445
RGB
CMYK
RGB Variations
Color information
#CB1445 (or 0xCB1445) is known color: Cardinal. HEX triplet: CB, 14 and 45. RGB value is (203,20,69). Sum of RGB (Red+Green+Blue) = 203+20+69=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1445 is #34EBBA. Grayscale: #505050. Windows color (decimal): -3468219 or 4527307. OLE color: 4527307.
HSL color Cylindrical-coordinate representation of color #CB1445: hue angle of 343.93º 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 #CB1445 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 69 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.20 |
| HSL | 343.93º | 0.82% | 0.44% | - |
| HSV(B) | 343.93º | 0.9% | 0.8% | - |
| XYZ | 25.95 | 13.63 | 6.89 | - |
| YUV | 80.3 | 121.63 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 69 | 0 | 0.90 | 0.66 | 0.20 | 343.93 | 0.82 | 0.44 |
| Hex | CB | 14 | 45 | 0 | 5A | 42 | 14 | 158 | 52 | 2C |
| Octal | 313 | 24 | 105 | 0 | 132 | 102 | 24 | 530 | 122 | 54 |
| Binary | 11001011 | 10100 | 1000101 | 0 | 1011010 | 1000010 | 10100 | 101011000 | 1010010 | 101100 |
Color Harmonies of #CB1445
Complementary color
Monochromatic Colors of #CB1445
Black with #CB1445
Text Example
Text Example
White with #CB1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1445; }
p { color: rgb(203,20,69); }
H1.HeaderClassName
{
color: #CB1445;
}
.AnyTagClassName
{
color: #CB1445;
}
</style>
background-color css
<style>
a { background-color: #CB1445; }
a { background-color: rgb(203,20,69); }
div.DivClassName
{
background-color: #CB1445;
}
.BgClassName
{
background-color: #CB1445;
}
</style>
border-color css
<style>
span { border-color: #CB1445; }
span { border-color: rgb(203,20,69); }
td.TdClassName
{
border-color: #CB1445;
}
.TagClassName
{
border-color: #CB1445;
}
</style>