Shades of Cardinal #CD193A
Tints of Cardinal #CD193A
RGB
CMYK
RGB Variations
Color information
#CD193A (or 0xCD193A) is known color: Cardinal. HEX triplet: CD, 19 and 3A. RGB value is (205,25,58). Sum of RGB (Red+Green+Blue) = 205+25+58=288 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.18% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 205 - color contains mainly: red. Hex color #CD193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD193A is #32E6C5. Grayscale: #525252. Windows color (decimal): -3335878 or 3807693. OLE color: 3807693.
HSL color Cylindrical-coordinate representation of color #CD193A: hue angle of 349º 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 #CD193A is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 25 | 58 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.20 |
| HSL | 349º | 0.78% | 0.45% | - |
| HSV(B) | 349º | 0.88% | 0.8% | - |
| XYZ | 26.29 | 13.98 | 5.32 | - |
| YUV | 82.58 | 114.13 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 25 | 58 | 0 | 0.88 | 0.72 | 0.20 | 349 | 0.78 | 0.45 |
| Hex | CD | 19 | 3A | 0 | 58 | 48 | 14 | 15D | 4E | 2D |
| Octal | 315 | 31 | 72 | 0 | 130 | 110 | 24 | 535 | 116 | 55 |
| Binary | 11001101 | 11001 | 111010 | 0 | 1011000 | 1001000 | 10100 | 101011101 | 1001110 | 101101 |
Color Harmonies of #CD193A
Complementary color
Monochromatic Colors of #CD193A
Black with #CD193A
Text Example
Text Example
White with #CD193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD193A; }
p { color: rgb(205,25,58); }
H1.HeaderClassName
{
color: #CD193A;
}
.AnyTagClassName
{
color: #CD193A;
}
</style>
background-color css
<style>
a { background-color: #CD193A; }
a { background-color: rgb(205,25,58); }
div.DivClassName
{
background-color: #CD193A;
}
.BgClassName
{
background-color: #CD193A;
}
</style>
border-color css
<style>
span { border-color: #CD193A; }
span { border-color: rgb(205,25,58); }
td.TdClassName
{
border-color: #CD193A;
}
.TagClassName
{
border-color: #CD193A;
}
</style>