Shades of Cardinal #CD193C
Tints of Cardinal #CD193C
RGB
CMYK
RGB Variations
Color information
#CD193C (or 0xCD193C) is known color: Cardinal. HEX triplet: CD, 19 and 3C. RGB value is (205,25,60). Sum of RGB (Red+Green+Blue) = 205+25+60=290 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.69% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 205 - color contains mainly: red. Hex color #CD193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD193C is #32E6C3. Grayscale: #525252. Windows color (decimal): -3335876 or 3938765. OLE color: 3938765.
HSL color Cylindrical-coordinate representation of color #CD193C: hue angle of 348.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 #CD193C is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 25 | 60 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.20 |
| HSL | 348.33º | 0.78% | 0.45% | - |
| HSV(B) | 348.33º | 0.88% | 0.8% | - |
| XYZ | 26.34 | 14 | 5.59 | - |
| YUV | 82.81 | 115.13 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 25 | 60 | 0 | 0.88 | 0.71 | 0.20 | 348.33 | 0.78 | 0.45 |
| Hex | CD | 19 | 3C | 0 | 58 | 47 | 14 | 15C | 4E | 2D |
| Octal | 315 | 31 | 74 | 0 | 130 | 107 | 24 | 534 | 116 | 55 |
| Binary | 11001101 | 11001 | 111100 | 0 | 1011000 | 1000111 | 10100 | 101011100 | 1001110 | 101101 |
Color Harmonies of #CD193C
Complementary color
Monochromatic Colors of #CD193C
Black with #CD193C
Text Example
Text Example
White with #CD193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD193C; }
p { color: rgb(205,25,60); }
H1.HeaderClassName
{
color: #CD193C;
}
.AnyTagClassName
{
color: #CD193C;
}
</style>
background-color css
<style>
a { background-color: #CD193C; }
a { background-color: rgb(205,25,60); }
div.DivClassName
{
background-color: #CD193C;
}
.BgClassName
{
background-color: #CD193C;
}
</style>
border-color css
<style>
span { border-color: #CD193C; }
span { border-color: rgb(205,25,60); }
td.TdClassName
{
border-color: #CD193C;
}
.TagClassName
{
border-color: #CD193C;
}
</style>