Shades of Cardinal #CB1440
Tints of Cardinal #CB1440
RGB
CMYK
RGB Variations
Color information
#CB1440 (or 0xCB1440) is known color: Cardinal. HEX triplet: CB, 14 and 40. RGB value is (203,20,64). Sum of RGB (Red+Green+Blue) = 203+20+64=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1440 is #34EBBF. Grayscale: #4F4F4F. Windows color (decimal): -3468224 or 4199627. OLE color: 4199627.
HSL color Cylindrical-coordinate representation of color #CB1440: hue angle of 345.57º 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 #CB1440 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 64 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.20 |
| HSL | 345.57º | 0.82% | 0.44% | - |
| HSV(B) | 345.57º | 0.9% | 0.8% | - |
| XYZ | 25.8 | 13.57 | 6.11 | - |
| YUV | 79.73 | 119.13 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 64 | 0 | 0.90 | 0.68 | 0.20 | 345.57 | 0.82 | 0.44 |
| Hex | CB | 14 | 40 | 0 | 5A | 44 | 14 | 15A | 52 | 2C |
| Octal | 313 | 24 | 100 | 0 | 132 | 104 | 24 | 532 | 122 | 54 |
| Binary | 11001011 | 10100 | 1000000 | 0 | 1011010 | 1000100 | 10100 | 101011010 | 1010010 | 101100 |
Color Harmonies of #CB1440
Complementary color
Monochromatic Colors of #CB1440
Black with #CB1440
Text Example
Text Example
White with #CB1440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1440; }
p { color: rgb(203,20,64); }
H1.HeaderClassName
{
color: #CB1440;
}
.AnyTagClassName
{
color: #CB1440;
}
</style>
background-color css
<style>
a { background-color: #CB1440; }
a { background-color: rgb(203,20,64); }
div.DivClassName
{
background-color: #CB1440;
}
.BgClassName
{
background-color: #CB1440;
}
</style>
border-color css
<style>
span { border-color: #CB1440; }
span { border-color: rgb(203,20,64); }
td.TdClassName
{
border-color: #CB1440;
}
.TagClassName
{
border-color: #CB1440;
}
</style>