Shades of Cardinal #CD194B
Tints of Cardinal #CD194B
RGB
CMYK
RGB Variations
Color information
#CD194B (or 0xCD194B) is known color: Cardinal. HEX triplet: CD, 19 and 4B. RGB value is (205,25,75). Sum of RGB (Red+Green+Blue) = 205+25+75=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD194B is #32E6B4. Grayscale: #545454. Windows color (decimal): -3335861 or 4921805. OLE color: 4921805.
HSL color Cylindrical-coordinate representation of color #CD194B: hue angle of 343.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 #CD194B is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 25 | 75 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.20 |
| HSL | 343.33º | 0.78% | 0.45% | - |
| HSV(B) | 343.33º | 0.88% | 0.8% | - |
| XYZ | 26.79 | 14.18 | 7.98 | - |
| YUV | 84.52 | 122.63 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 25 | 75 | 0 | 0.88 | 0.63 | 0.20 | 343.33 | 0.78 | 0.45 |
| Hex | CD | 19 | 4B | 0 | 58 | 3F | 14 | 157 | 4E | 2D |
| Octal | 315 | 31 | 113 | 0 | 130 | 77 | 24 | 527 | 116 | 55 |
| Binary | 11001101 | 11001 | 1001011 | 0 | 1011000 | 111111 | 10100 | 101010111 | 1001110 | 101101 |
Color Harmonies of #CD194B
Complementary color
Monochromatic Colors of #CD194B
Black with #CD194B
Text Example
Text Example
White with #CD194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD194B; }
p { color: rgb(205,25,75); }
H1.HeaderClassName
{
color: #CD194B;
}
.AnyTagClassName
{
color: #CD194B;
}
</style>
background-color css
<style>
a { background-color: #CD194B; }
a { background-color: rgb(205,25,75); }
div.DivClassName
{
background-color: #CD194B;
}
.BgClassName
{
background-color: #CD194B;
}
</style>
border-color css
<style>
span { border-color: #CD194B; }
span { border-color: rgb(205,25,75); }
td.TdClassName
{
border-color: #CD194B;
}
.TagClassName
{
border-color: #CD194B;
}
</style>