Shades of Cardinal #CD1738
Tints of Cardinal #CD1738
RGB
CMYK
RGB Variations
Color information
#CD1738 (or 0xCD1738) is known color: Cardinal. HEX triplet: CD, 17 and 38. RGB value is (205,23,56). Sum of RGB (Red+Green+Blue) = 205+23+56=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1738 is #32E8C7. Grayscale: #515151. Windows color (decimal): -3336392 or 3676109. OLE color: 3676109.
HSL color Cylindrical-coordinate representation of color #CD1738: hue angle of 349.12º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD1738 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 56 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.20 |
| HSL | 349.12º | 0.8% | 0.45% | - |
| HSV(B) | 349.12º | 0.89% | 0.8% | - |
| XYZ | 26.2 | 13.88 | 5.04 | - |
| YUV | 81.18 | 113.8 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 56 | 0 | 0.89 | 0.73 | 0.20 | 349.12 | 0.8 | 0.45 |
| Hex | CD | 17 | 38 | 0 | 59 | 49 | 14 | 15D | 50 | 2D |
| Octal | 315 | 27 | 70 | 0 | 131 | 111 | 24 | 535 | 120 | 55 |
| Binary | 11001101 | 10111 | 111000 | 0 | 1011001 | 1001001 | 10100 | 101011101 | 1010000 | 101101 |
Color Harmonies of #CD1738
Complementary color
Monochromatic Colors of #CD1738
Black with #CD1738
Text Example
Text Example
White with #CD1738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1738; }
p { color: rgb(205,23,56); }
H1.HeaderClassName
{
color: #CD1738;
}
.AnyTagClassName
{
color: #CD1738;
}
</style>
background-color css
<style>
a { background-color: #CD1738; }
a { background-color: rgb(205,23,56); }
div.DivClassName
{
background-color: #CD1738;
}
.BgClassName
{
background-color: #CD1738;
}
</style>
border-color css
<style>
span { border-color: #CD1738; }
span { border-color: rgb(205,23,56); }
td.TdClassName
{
border-color: #CD1738;
}
.TagClassName
{
border-color: #CD1738;
}
</style>