Shades of Cardinal #CD2437
Tints of Cardinal #CD2437
RGB
CMYK
RGB Variations
Color information
#CD2437 (or 0xCD2437) is known color: Cardinal. HEX triplet: CD, 24 and 37. RGB value is (205,36,55). Sum of RGB (Red+Green+Blue) = 205+36+55=296 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.26% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2437 is #32DBC8. Grayscale: #585858. Windows color (decimal): -3333065 or 3613901. OLE color: 3613901.
HSL color Cylindrical-coordinate representation of color #CD2437: hue angle of 353.25º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD2437 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 36 | 55 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.20 |
| HSL | 353.25º | 0.7% | 0.47% | - |
| HSV(B) | 353.25º | 0.82% | 0.8% | - |
| XYZ | 26.5 | 14.52 | 5.02 | - |
| YUV | 88.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 36 | 55 | 0 | 0.82 | 0.73 | 0.20 | 353.25 | 0.7 | 0.47 |
| Hex | CD | 24 | 37 | 0 | 52 | 49 | 14 | 161 | 46 | 2F |
| Octal | 315 | 44 | 67 | 0 | 122 | 111 | 24 | 541 | 106 | 57 |
| Binary | 11001101 | 100100 | 110111 | 0 | 1010010 | 1001001 | 10100 | 101100001 | 1000110 | 101111 |
Color Harmonies of #CD2437
Complementary color
Monochromatic Colors of #CD2437
Black with #CD2437
Text Example
Text Example
White with #CD2437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2437; }
p { color: rgb(205,36,55); }
H1.HeaderClassName
{
color: #CD2437;
}
.AnyTagClassName
{
color: #CD2437;
}
</style>
background-color css
<style>
a { background-color: #CD2437; }
a { background-color: rgb(205,36,55); }
div.DivClassName
{
background-color: #CD2437;
}
.BgClassName
{
background-color: #CD2437;
}
</style>
border-color css
<style>
span { border-color: #CD2437; }
span { border-color: rgb(205,36,55); }
td.TdClassName
{
border-color: #CD2437;
}
.TagClassName
{
border-color: #CD2437;
}
</style>