Shades of Cardinal #CB144D
Tints of Cardinal #CB144D
RGB
CMYK
RGB Variations
Color information
#CB144D (or 0xCB144D) is known color: Cardinal. HEX triplet: CB, 14 and 4D. RGB value is (203,20,77). Sum of RGB (Red+Green+Blue) = 203+20+77=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB144D is #34EBB2. Grayscale: #515151. Windows color (decimal): -3468211 or 5051595. OLE color: 5051595.
HSL color Cylindrical-coordinate representation of color #CB144D: hue angle of 341.31º 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 #CB144D is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 77 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.20 |
| HSL | 341.31º | 0.82% | 0.44% | - |
| HSV(B) | 341.31º | 0.9% | 0.8% | - |
| XYZ | 26.22 | 13.73 | 8.29 | - |
| YUV | 81.22 | 125.63 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 77 | 0 | 0.90 | 0.62 | 0.20 | 341.31 | 0.82 | 0.44 |
| Hex | CB | 14 | 4D | 0 | 5A | 3E | 14 | 155 | 52 | 2C |
| Octal | 313 | 24 | 115 | 0 | 132 | 76 | 24 | 525 | 122 | 54 |
| Binary | 11001011 | 10100 | 1001101 | 0 | 1011010 | 111110 | 10100 | 101010101 | 1010010 | 101100 |
Color Harmonies of #CB144D
Complementary color
Monochromatic Colors of #CB144D
Black with #CB144D
Text Example
Text Example
White with #CB144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB144D; }
p { color: rgb(203,20,77); }
H1.HeaderClassName
{
color: #CB144D;
}
.AnyTagClassName
{
color: #CB144D;
}
</style>
background-color css
<style>
a { background-color: #CB144D; }
a { background-color: rgb(203,20,77); }
div.DivClassName
{
background-color: #CB144D;
}
.BgClassName
{
background-color: #CB144D;
}
</style>
border-color css
<style>
span { border-color: #CB144D; }
span { border-color: rgb(203,20,77); }
td.TdClassName
{
border-color: #CB144D;
}
.TagClassName
{
border-color: #CB144D;
}
</style>