Shades of Cardinal #CD1748
Tints of Cardinal #CD1748
RGB
CMYK
RGB Variations
Color information
#CD1748 (or 0xCD1748) is known color: Cardinal. HEX triplet: CD, 17 and 48. RGB value is (205,23,72). Sum of RGB (Red+Green+Blue) = 205+23+72=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1748 is #32E8B7. Grayscale: #525252. Windows color (decimal): -3336376 or 4724685. OLE color: 4724685.
HSL color Cylindrical-coordinate representation of color #CD1748: hue angle of 343.85º 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 #CD1748 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 72 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.20 |
| HSL | 343.85º | 0.8% | 0.45% | - |
| HSV(B) | 343.85º | 0.89% | 0.8% | - |
| XYZ | 26.65 | 14.06 | 7.44 | - |
| YUV | 83 | 121.8 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 72 | 0 | 0.89 | 0.65 | 0.20 | 343.85 | 0.8 | 0.45 |
| Hex | CD | 17 | 48 | 0 | 59 | 41 | 14 | 158 | 50 | 2D |
| Octal | 315 | 27 | 110 | 0 | 131 | 101 | 24 | 530 | 120 | 55 |
| Binary | 11001101 | 10111 | 1001000 | 0 | 1011001 | 1000001 | 10100 | 101011000 | 1010000 | 101101 |
Color Harmonies of #CD1748
Complementary color
Monochromatic Colors of #CD1748
Black with #CD1748
Text Example
Text Example
White with #CD1748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1748; }
p { color: rgb(205,23,72); }
H1.HeaderClassName
{
color: #CD1748;
}
.AnyTagClassName
{
color: #CD1748;
}
</style>
background-color css
<style>
a { background-color: #CD1748; }
a { background-color: rgb(205,23,72); }
div.DivClassName
{
background-color: #CD1748;
}
.BgClassName
{
background-color: #CD1748;
}
</style>
border-color css
<style>
span { border-color: #CD1748; }
span { border-color: rgb(205,23,72); }
td.TdClassName
{
border-color: #CD1748;
}
.TagClassName
{
border-color: #CD1748;
}
</style>