Shades of Cardinal #CD173F
Tints of Cardinal #CD173F
RGB
CMYK
RGB Variations
Color information
#CD173F (or 0xCD173F) is known color: Cardinal. HEX triplet: CD, 17 and 3F. RGB value is (205,23,63). Sum of RGB (Red+Green+Blue) = 205+23+63=291 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.45% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 205 - color contains mainly: red. Hex color #CD173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD173F is #32E8C0. Grayscale: #525252. Windows color (decimal): -3336385 or 4134861. OLE color: 4134861.
HSL color Cylindrical-coordinate representation of color #CD173F: hue angle of 346.81º 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 #CD173F is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 63 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.20 |
| HSL | 346.81º | 0.8% | 0.45% | - |
| HSV(B) | 346.81º | 0.89% | 0.8% | - |
| XYZ | 26.38 | 13.95 | 6 | - |
| YUV | 81.98 | 117.3 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 63 | 0 | 0.89 | 0.69 | 0.20 | 346.81 | 0.8 | 0.45 |
| Hex | CD | 17 | 3F | 0 | 59 | 45 | 14 | 15B | 50 | 2D |
| Octal | 315 | 27 | 77 | 0 | 131 | 105 | 24 | 533 | 120 | 55 |
| Binary | 11001101 | 10111 | 111111 | 0 | 1011001 | 1000101 | 10100 | 101011011 | 1010000 | 101101 |
Color Harmonies of #CD173F
Complementary color
Monochromatic Colors of #CD173F
Black with #CD173F
Text Example
Text Example
White with #CD173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD173F; }
p { color: rgb(205,23,63); }
H1.HeaderClassName
{
color: #CD173F;
}
.AnyTagClassName
{
color: #CD173F;
}
</style>
background-color css
<style>
a { background-color: #CD173F; }
a { background-color: rgb(205,23,63); }
div.DivClassName
{
background-color: #CD173F;
}
.BgClassName
{
background-color: #CD173F;
}
</style>
border-color css
<style>
span { border-color: #CD173F; }
span { border-color: rgb(205,23,63); }
td.TdClassName
{
border-color: #CD173F;
}
.TagClassName
{
border-color: #CD173F;
}
</style>