Shades of Cardinal #CD1F49
Tints of Cardinal #CD1F49
RGB
CMYK
RGB Variations
Color information
#CD1F49 (or 0xCD1F49) is known color: Cardinal. HEX triplet: CD, 1F and 49. RGB value is (205,31,73). Sum of RGB (Red+Green+Blue) = 205+31+73=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1F49 is #32E0B6. Grayscale: #575757. Windows color (decimal): -3334327 or 4792269. OLE color: 4792269.
HSL color Cylindrical-coordinate representation of color #CD1F49: hue angle of 345.52º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1F49 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 31 | 73 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.20 |
| HSL | 345.52º | 0.74% | 0.46% | - |
| HSV(B) | 345.52º | 0.85% | 0.8% | - |
| XYZ | 26.87 | 14.44 | 7.67 | - |
| YUV | 87.81 | 119.65 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 31 | 73 | 0 | 0.85 | 0.64 | 0.20 | 345.52 | 0.74 | 0.46 |
| Hex | CD | 1F | 49 | 0 | 55 | 40 | 14 | 15A | 4A | 2E |
| Octal | 315 | 37 | 111 | 0 | 125 | 100 | 24 | 532 | 112 | 56 |
| Binary | 11001101 | 11111 | 1001001 | 0 | 1010101 | 1000000 | 10100 | 101011010 | 1001010 | 101110 |
Color Harmonies of #CD1F49
Complementary color
Monochromatic Colors of #CD1F49
Black with #CD1F49
Text Example
Text Example
White with #CD1F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1F49; }
p { color: rgb(205,31,73); }
H1.HeaderClassName
{
color: #CD1F49;
}
.AnyTagClassName
{
color: #CD1F49;
}
</style>
background-color css
<style>
a { background-color: #CD1F49; }
a { background-color: rgb(205,31,73); }
div.DivClassName
{
background-color: #CD1F49;
}
.BgClassName
{
background-color: #CD1F49;
}
</style>
border-color css
<style>
span { border-color: #CD1F49; }
span { border-color: rgb(205,31,73); }
td.TdClassName
{
border-color: #CD1F49;
}
.TagClassName
{
border-color: #CD1F49;
}
</style>