Shades of Cardinal #CD1A49
Tints of Cardinal #CD1A49
RGB
CMYK
RGB Variations
Color information
#CD1A49 (or 0xCD1A49) is known color: Cardinal. HEX triplet: CD, 1A and 49. RGB value is (205,26,73). Sum of RGB (Red+Green+Blue) = 205+26+73=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1A49 is #32E5B6. Grayscale: #545454. Windows color (decimal): -3335607 or 4790989. OLE color: 4790989.
HSL color Cylindrical-coordinate representation of color #CD1A49: hue angle of 344.25º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1A49 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 26 | 73 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.20 |
| HSL | 344.25º | 0.77% | 0.45% | - |
| HSV(B) | 344.25º | 0.87% | 0.8% | - |
| XYZ | 26.75 | 14.2 | 7.63 | - |
| YUV | 84.88 | 121.3 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 26 | 73 | 0 | 0.87 | 0.64 | 0.20 | 344.25 | 0.77 | 0.45 |
| Hex | CD | 1A | 49 | 0 | 57 | 40 | 14 | 158 | 4D | 2D |
| Octal | 315 | 32 | 111 | 0 | 127 | 100 | 24 | 530 | 115 | 55 |
| Binary | 11001101 | 11010 | 1001001 | 0 | 1010111 | 1000000 | 10100 | 101011000 | 1001101 | 101101 |
Color Harmonies of #CD1A49
Complementary color
Monochromatic Colors of #CD1A49
Black with #CD1A49
Text Example
Text Example
White with #CD1A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1A49; }
p { color: rgb(205,26,73); }
H1.HeaderClassName
{
color: #CD1A49;
}
.AnyTagClassName
{
color: #CD1A49;
}
</style>
background-color css
<style>
a { background-color: #CD1A49; }
a { background-color: rgb(205,26,73); }
div.DivClassName
{
background-color: #CD1A49;
}
.BgClassName
{
background-color: #CD1A49;
}
</style>
border-color css
<style>
span { border-color: #CD1A49; }
span { border-color: rgb(205,26,73); }
td.TdClassName
{
border-color: #CD1A49;
}
.TagClassName
{
border-color: #CD1A49;
}
</style>