Shades of Cardinal #CD193F
Tints of Cardinal #CD193F
RGB
CMYK
RGB Variations
Color information
#CD193F (or 0xCD193F) is known color: Cardinal. HEX triplet: CD, 19 and 3F. RGB value is (205,25,63). Sum of RGB (Red+Green+Blue) = 205+25+63=293 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.97% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 205 - color contains mainly: red. Hex color #CD193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD193F is #32E6C0. Grayscale: #535353. Windows color (decimal): -3335873 or 4135373. OLE color: 4135373.
HSL color Cylindrical-coordinate representation of color #CD193F: hue angle of 347.33º 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 #CD193F is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 25 | 63 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.20 |
| HSL | 347.33º | 0.78% | 0.45% | - |
| HSV(B) | 347.33º | 0.88% | 0.8% | - |
| XYZ | 26.42 | 14.03 | 6.02 | - |
| YUV | 83.15 | 116.63 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 25 | 63 | 0 | 0.88 | 0.69 | 0.20 | 347.33 | 0.78 | 0.45 |
| Hex | CD | 19 | 3F | 0 | 58 | 45 | 14 | 15B | 4E | 2D |
| Octal | 315 | 31 | 77 | 0 | 130 | 105 | 24 | 533 | 116 | 55 |
| Binary | 11001101 | 11001 | 111111 | 0 | 1011000 | 1000101 | 10100 | 101011011 | 1001110 | 101101 |
Color Harmonies of #CD193F
Complementary color
Monochromatic Colors of #CD193F
Black with #CD193F
Text Example
Text Example
White with #CD193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD193F; }
p { color: rgb(205,25,63); }
H1.HeaderClassName
{
color: #CD193F;
}
.AnyTagClassName
{
color: #CD193F;
}
</style>
background-color css
<style>
a { background-color: #CD193F; }
a { background-color: rgb(205,25,63); }
div.DivClassName
{
background-color: #CD193F;
}
.BgClassName
{
background-color: #CD193F;
}
</style>
border-color css
<style>
span { border-color: #CD193F; }
span { border-color: rgb(205,25,63); }
td.TdClassName
{
border-color: #CD193F;
}
.TagClassName
{
border-color: #CD193F;
}
</style>