Shades of Cardinal #CD143F
Tints of Cardinal #CD143F
RGB
CMYK
RGB Variations
Color information
#CD143F (or 0xCD143F) is known color: Cardinal. HEX triplet: CD, 14 and 3F. RGB value is (205,20,63). Sum of RGB (Red+Green+Blue) = 205+20+63=288 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.18% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 205 - color contains mainly: red. Hex color #CD143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD143F is #32EBC0. Grayscale: #505050. Windows color (decimal): -3337153 or 4134093. OLE color: 4134093.
HSL color Cylindrical-coordinate representation of color #CD143F: hue angle of 346.05º 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 #CD143F is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 63 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.20 |
| HSL | 346.05º | 0.82% | 0.44% | - |
| HSV(B) | 346.05º | 0.9% | 0.8% | - |
| XYZ | 26.32 | 13.84 | 5.99 | - |
| YUV | 80.22 | 118.29 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 63 | 0 | 0.90 | 0.69 | 0.20 | 346.05 | 0.82 | 0.44 |
| Hex | CD | 14 | 3F | 0 | 5A | 45 | 14 | 15A | 52 | 2C |
| Octal | 315 | 24 | 77 | 0 | 132 | 105 | 24 | 532 | 122 | 54 |
| Binary | 11001101 | 10100 | 111111 | 0 | 1011010 | 1000101 | 10100 | 101011010 | 1010010 | 101100 |
Color Harmonies of #CD143F
Complementary color
Monochromatic Colors of #CD143F
Black with #CD143F
Text Example
Text Example
White with #CD143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD143F; }
p { color: rgb(205,20,63); }
H1.HeaderClassName
{
color: #CD143F;
}
.AnyTagClassName
{
color: #CD143F;
}
</style>
background-color css
<style>
a { background-color: #CD143F; }
a { background-color: rgb(205,20,63); }
div.DivClassName
{
background-color: #CD143F;
}
.BgClassName
{
background-color: #CD143F;
}
</style>
border-color css
<style>
span { border-color: #CD143F; }
span { border-color: rgb(205,20,63); }
td.TdClassName
{
border-color: #CD143F;
}
.TagClassName
{
border-color: #CD143F;
}
</style>