Shades of Cardinal #CB143E
Tints of Cardinal #CB143E
RGB
CMYK
RGB Variations
Color information
#CB143E (or 0xCB143E) is known color: Cardinal. HEX triplet: CB, 14 and 3E. RGB value is (203,20,62). Sum of RGB (Red+Green+Blue) = 203+20+62=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB143E is #34EBC1. Grayscale: #4F4F4F. Windows color (decimal): -3468226 or 4068555. OLE color: 4068555.
HSL color Cylindrical-coordinate representation of color #CB143E: hue angle of 346.23º 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 #CB143E is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 62 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.20 |
| HSL | 346.23º | 0.82% | 0.44% | - |
| HSV(B) | 346.23º | 0.9% | 0.8% | - |
| XYZ | 25.75 | 13.54 | 5.81 | - |
| YUV | 79.51 | 118.13 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 62 | 0 | 0.90 | 0.69 | 0.20 | 346.23 | 0.82 | 0.44 |
| Hex | CB | 14 | 3E | 0 | 5A | 45 | 14 | 15A | 52 | 2C |
| Octal | 313 | 24 | 76 | 0 | 132 | 105 | 24 | 532 | 122 | 54 |
| Binary | 11001011 | 10100 | 111110 | 0 | 1011010 | 1000101 | 10100 | 101011010 | 1010010 | 101100 |
Color Harmonies of #CB143E
Complementary color
Monochromatic Colors of #CB143E
Black with #CB143E
Text Example
Text Example
White with #CB143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB143E; }
p { color: rgb(203,20,62); }
H1.HeaderClassName
{
color: #CB143E;
}
.AnyTagClassName
{
color: #CB143E;
}
</style>
background-color css
<style>
a { background-color: #CB143E; }
a { background-color: rgb(203,20,62); }
div.DivClassName
{
background-color: #CB143E;
}
.BgClassName
{
background-color: #CB143E;
}
</style>
border-color css
<style>
span { border-color: #CB143E; }
span { border-color: rgb(203,20,62); }
td.TdClassName
{
border-color: #CB143E;
}
.TagClassName
{
border-color: #CB143E;
}
</style>