Shades of Cardinal #CD143D
Tints of Cardinal #CD143D
RGB
CMYK
RGB Variations
Color information
#CD143D (or 0xCD143D) is known color: Cardinal. HEX triplet: CD, 14 and 3D. RGB value is (205,20,61). Sum of RGB (Red+Green+Blue) = 205+20+61=286 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.68% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 205 - color contains mainly: red. Hex color #CD143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD143D is #32EBC2. Grayscale: #505050. Windows color (decimal): -3337155 or 4003021. OLE color: 4003021.
HSL color Cylindrical-coordinate representation of color #CD143D: hue angle of 346.7º 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 #CD143D is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 61 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.20 |
| HSL | 346.7º | 0.82% | 0.44% | - |
| HSV(B) | 346.7º | 0.9% | 0.8% | - |
| XYZ | 26.27 | 13.82 | 5.7 | - |
| YUV | 79.99 | 117.29 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 61 | 0 | 0.90 | 0.70 | 0.20 | 346.7 | 0.82 | 0.44 |
| Hex | CD | 14 | 3D | 0 | 5A | 46 | 14 | 15B | 52 | 2C |
| Octal | 315 | 24 | 75 | 0 | 132 | 106 | 24 | 533 | 122 | 54 |
| Binary | 11001101 | 10100 | 111101 | 0 | 1011010 | 1000110 | 10100 | 101011011 | 1010010 | 101100 |
Color Harmonies of #CD143D
Complementary color
Monochromatic Colors of #CD143D
Black with #CD143D
Text Example
Text Example
White with #CD143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD143D; }
p { color: rgb(205,20,61); }
H1.HeaderClassName
{
color: #CD143D;
}
.AnyTagClassName
{
color: #CD143D;
}
</style>
background-color css
<style>
a { background-color: #CD143D; }
a { background-color: rgb(205,20,61); }
div.DivClassName
{
background-color: #CD143D;
}
.BgClassName
{
background-color: #CD143D;
}
</style>
border-color css
<style>
span { border-color: #CD143D; }
span { border-color: rgb(205,20,61); }
td.TdClassName
{
border-color: #CD143D;
}
.TagClassName
{
border-color: #CD143D;
}
</style>