Shades of Cardinal #CB143D
Tints of Cardinal #CB143D
RGB
CMYK
RGB Variations
Color information
#CB143D (or 0xCB143D) is known color: Cardinal. HEX triplet: CB, 14 and 3D. RGB value is (203,20,61). Sum of RGB (Red+Green+Blue) = 203+20+61=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB143D is #34EBC2. Grayscale: #4F4F4F. Windows color (decimal): -3468227 or 4003019. OLE color: 4003019.
HSL color Cylindrical-coordinate representation of color #CB143D: hue angle of 346.56º 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 #CB143D is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 61 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.20 |
| HSL | 346.56º | 0.82% | 0.44% | - |
| HSV(B) | 346.56º | 0.9% | 0.8% | - |
| XYZ | 25.72 | 13.53 | 5.67 | - |
| YUV | 79.39 | 117.63 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 61 | 0 | 0.90 | 0.70 | 0.20 | 346.56 | 0.82 | 0.44 |
| Hex | CB | 14 | 3D | 0 | 5A | 46 | 14 | 15B | 52 | 2C |
| Octal | 313 | 24 | 75 | 0 | 132 | 106 | 24 | 533 | 122 | 54 |
| Binary | 11001011 | 10100 | 111101 | 0 | 1011010 | 1000110 | 10100 | 101011011 | 1010010 | 101100 |
Color Harmonies of #CB143D
Complementary color
Monochromatic Colors of #CB143D
Black with #CB143D
Text Example
Text Example
White with #CB143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB143D; }
p { color: rgb(203,20,61); }
H1.HeaderClassName
{
color: #CB143D;
}
.AnyTagClassName
{
color: #CB143D;
}
</style>
background-color css
<style>
a { background-color: #CB143D; }
a { background-color: rgb(203,20,61); }
div.DivClassName
{
background-color: #CB143D;
}
.BgClassName
{
background-color: #CB143D;
}
</style>
border-color css
<style>
span { border-color: #CB143D; }
span { border-color: rgb(203,20,61); }
td.TdClassName
{
border-color: #CB143D;
}
.TagClassName
{
border-color: #CB143D;
}
</style>