Shades of Cardinal #CC1D45
Tints of Cardinal #CC1D45
RGB
CMYK
RGB Variations
Color information
#CC1D45 (or 0xCC1D45) is known color: Cardinal. HEX triplet: CC, 1D and 45. RGB value is (204,29,69). Sum of RGB (Red+Green+Blue) = 204+29+69=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1D45 is #33E2BA. Grayscale: #555555. Windows color (decimal): -3400379 or 4529612. OLE color: 4529612.
HSL color Cylindrical-coordinate representation of color #CC1D45: hue angle of 346.29º 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 #CC1D45 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 29 | 69 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.2 |
| HSL | 346.29º | 0.75% | 0.46% | - |
| HSV(B) | 346.29º | 0.86% | 0.8% | - |
| XYZ | 26.42 | 14.15 | 6.97 | - |
| YUV | 85.89 | 118.48 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 69 | 0 | 0.86 | 0.66 | 0.2 | 346.29 | 0.75 | 0.46 |
| Hex | CC | 1D | 45 | 0 | 56 | 42 | 14 | 15A | 4B | 2E |
| Octal | 314 | 35 | 105 | 0 | 126 | 102 | 24 | 532 | 113 | 56 |
| Binary | 11001100 | 11101 | 1000101 | 0 | 1010110 | 1000010 | 10100 | 101011010 | 1001011 | 101110 |
Color Harmonies of #CC1D45
Complementary color
Monochromatic Colors of #CC1D45
Black with #CC1D45
Text Example
Text Example
White with #CC1D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1D45; }
p { color: rgb(204,29,69); }
H1.HeaderClassName
{
color: #CC1D45;
}
.AnyTagClassName
{
color: #CC1D45;
}
</style>
background-color css
<style>
a { background-color: #CC1D45; }
a { background-color: rgb(204,29,69); }
div.DivClassName
{
background-color: #CC1D45;
}
.BgClassName
{
background-color: #CC1D45;
}
</style>
border-color css
<style>
span { border-color: #CC1D45; }
span { border-color: rgb(204,29,69); }
td.TdClassName
{
border-color: #CC1D45;
}
.TagClassName
{
border-color: #CC1D45;
}
</style>