Shades of Cardinal #CD1437
Tints of Cardinal #CD1437
RGB
CMYK
RGB Variations
Color information
#CD1437 (or 0xCD1437) is known color: Cardinal. HEX triplet: CD, 14 and 37. RGB value is (205,20,55). Sum of RGB (Red+Green+Blue) = 205+20+55=280 (37% of max value = 765). Red value is 205 (80.47% from 255 or 73.21% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1437 is #32EBC8. Grayscale: #4F4F4F. Windows color (decimal): -3337161 or 3609805. OLE color: 3609805.
HSL color Cylindrical-coordinate representation of color #CD1437: hue angle of 348.65º 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 #CD1437 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 55 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.20 |
| HSL | 348.65º | 0.82% | 0.44% | - |
| HSV(B) | 348.65º | 0.9% | 0.8% | - |
| XYZ | 26.12 | 13.76 | 4.89 | - |
| YUV | 79.31 | 114.29 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 55 | 0 | 0.90 | 0.73 | 0.20 | 348.65 | 0.82 | 0.44 |
| Hex | CD | 14 | 37 | 0 | 5A | 49 | 14 | 15D | 52 | 2C |
| Octal | 315 | 24 | 67 | 0 | 132 | 111 | 24 | 535 | 122 | 54 |
| Binary | 11001101 | 10100 | 110111 | 0 | 1011010 | 1001001 | 10100 | 101011101 | 1010010 | 101100 |
Color Harmonies of #CD1437
Complementary color
Monochromatic Colors of #CD1437
Black with #CD1437
Text Example
Text Example
White with #CD1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1437; }
p { color: rgb(205,20,55); }
H1.HeaderClassName
{
color: #CD1437;
}
.AnyTagClassName
{
color: #CD1437;
}
</style>
background-color css
<style>
a { background-color: #CD1437; }
a { background-color: rgb(205,20,55); }
div.DivClassName
{
background-color: #CD1437;
}
.BgClassName
{
background-color: #CD1437;
}
</style>
border-color css
<style>
span { border-color: #CD1437; }
span { border-color: rgb(205,20,55); }
td.TdClassName
{
border-color: #CD1437;
}
.TagClassName
{
border-color: #CD1437;
}
</style>