Shades of Cardinal #CC1949
Tints of Cardinal #CC1949
RGB
CMYK
RGB Variations
Color information
#CC1949 (or 0xCC1949) is known color: Cardinal. HEX triplet: CC, 19 and 49. RGB value is (204,25,73). Sum of RGB (Red+Green+Blue) = 204+25+73=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1949 is #33E6B6. Grayscale: #535353. Windows color (decimal): -3401399 or 4790732. OLE color: 4790732.
HSL color Cylindrical-coordinate representation of color #CC1949: hue angle of 343.91º 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 #CC1949 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 73 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.2 |
| HSL | 343.91º | 0.78% | 0.45% | - |
| HSV(B) | 343.91º | 0.88% | 0.8% | - |
| XYZ | 26.45 | 14.01 | 7.61 | - |
| YUV | 83.99 | 121.8 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 73 | 0 | 0.88 | 0.64 | 0.2 | 343.91 | 0.78 | 0.45 |
| Hex | CC | 19 | 49 | 0 | 58 | 40 | 14 | 158 | 4E | 2D |
| Octal | 314 | 31 | 111 | 0 | 130 | 100 | 24 | 530 | 116 | 55 |
| Binary | 11001100 | 11001 | 1001001 | 0 | 1011000 | 1000000 | 10100 | 101011000 | 1001110 | 101101 |
Color Harmonies of #CC1949
Complementary color
Monochromatic Colors of #CC1949
Black with #CC1949
Text Example
Text Example
White with #CC1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1949; }
p { color: rgb(204,25,73); }
H1.HeaderClassName
{
color: #CC1949;
}
.AnyTagClassName
{
color: #CC1949;
}
</style>
background-color css
<style>
a { background-color: #CC1949; }
a { background-color: rgb(204,25,73); }
div.DivClassName
{
background-color: #CC1949;
}
.BgClassName
{
background-color: #CC1949;
}
</style>
border-color css
<style>
span { border-color: #CC1949; }
span { border-color: rgb(204,25,73); }
td.TdClassName
{
border-color: #CC1949;
}
.TagClassName
{
border-color: #CC1949;
}
</style>