Shades of Cardinal #CD1937
Tints of Cardinal #CD1937
RGB
CMYK
RGB Variations
Color information
#CD1937 (or 0xCD1937) is known color: Cardinal. HEX triplet: CD, 19 and 37. RGB value is (205,25,55). Sum of RGB (Red+Green+Blue) = 205+25+55=285 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.93% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1937 is #32E6C8. Grayscale: #525252. Windows color (decimal): -3335881 or 3611085. OLE color: 3611085.
HSL color Cylindrical-coordinate representation of color #CD1937: hue angle of 350º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD1937 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 25 | 55 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.20 |
| HSL | 350º | 0.78% | 0.45% | - |
| HSV(B) | 350º | 0.88% | 0.8% | - |
| XYZ | 26.21 | 13.95 | 4.93 | - |
| YUV | 82.24 | 112.63 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 25 | 55 | 0 | 0.88 | 0.73 | 0.20 | 350 | 0.78 | 0.45 |
| Hex | CD | 19 | 37 | 0 | 58 | 49 | 14 | 15E | 4E | 2D |
| Octal | 315 | 31 | 67 | 0 | 130 | 111 | 24 | 536 | 116 | 55 |
| Binary | 11001101 | 11001 | 110111 | 0 | 1011000 | 1001001 | 10100 | 101011110 | 1001110 | 101101 |
Color Harmonies of #CD1937
Complementary color
Monochromatic Colors of #CD1937
Black with #CD1937
Text Example
Text Example
White with #CD1937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1937; }
p { color: rgb(205,25,55); }
H1.HeaderClassName
{
color: #CD1937;
}
.AnyTagClassName
{
color: #CD1937;
}
</style>
background-color css
<style>
a { background-color: #CD1937; }
a { background-color: rgb(205,25,55); }
div.DivClassName
{
background-color: #CD1937;
}
.BgClassName
{
background-color: #CD1937;
}
</style>
border-color css
<style>
span { border-color: #CD1937; }
span { border-color: rgb(205,25,55); }
td.TdClassName
{
border-color: #CD1937;
}
.TagClassName
{
border-color: #CD1937;
}
</style>