Shades of Cardinal #CC1D47
Tints of Cardinal #CC1D47
RGB
CMYK
RGB Variations
Color information
#CC1D47 (or 0xCC1D47) is known color: Cardinal. HEX triplet: CC, 1D and 47. RGB value is (204,29,71). Sum of RGB (Red+Green+Blue) = 204+29+71=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1D47 is #33E2B8. Grayscale: #565656. Windows color (decimal): -3400377 or 4660684. OLE color: 4660684.
HSL color Cylindrical-coordinate representation of color #CC1D47: hue angle of 345.6º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1D47 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 29 | 71 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.2 |
| HSL | 345.6º | 0.75% | 0.46% | - |
| HSV(B) | 345.6º | 0.86% | 0.8% | - |
| XYZ | 26.48 | 14.17 | 7.3 | - |
| YUV | 86.11 | 119.48 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 71 | 0 | 0.86 | 0.65 | 0.2 | 345.6 | 0.75 | 0.46 |
| Hex | CC | 1D | 47 | 0 | 56 | 41 | 14 | 15A | 4B | 2E |
| Octal | 314 | 35 | 107 | 0 | 126 | 101 | 24 | 532 | 113 | 56 |
| Binary | 11001100 | 11101 | 1000111 | 0 | 1010110 | 1000001 | 10100 | 101011010 | 1001011 | 101110 |
Color Harmonies of #CC1D47
Complementary color
Monochromatic Colors of #CC1D47
Black with #CC1D47
Text Example
Text Example
White with #CC1D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1D47; }
p { color: rgb(204,29,71); }
H1.HeaderClassName
{
color: #CC1D47;
}
.AnyTagClassName
{
color: #CC1D47;
}
</style>
background-color css
<style>
a { background-color: #CC1D47; }
a { background-color: rgb(204,29,71); }
div.DivClassName
{
background-color: #CC1D47;
}
.BgClassName
{
background-color: #CC1D47;
}
</style>
border-color css
<style>
span { border-color: #CC1D47; }
span { border-color: rgb(204,29,71); }
td.TdClassName
{
border-color: #CC1D47;
}
.TagClassName
{
border-color: #CC1D47;
}
</style>