Shades of Cardinal #CC174D
Tints of Cardinal #CC174D
RGB
CMYK
RGB Variations
Color information
#CC174D (or 0xCC174D) is known color: Cardinal. HEX triplet: CC, 17 and 4D. RGB value is (204,23,77). Sum of RGB (Red+Green+Blue) = 204+23+77=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC174D is #33E8B2. Grayscale: #535353. Windows color (decimal): -3401907 or 5052364. OLE color: 5052364.
HSL color Cylindrical-coordinate representation of color #CC174D: hue angle of 342.1º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC174D is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 77 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.2 |
| HSL | 342.1º | 0.8% | 0.45% | - |
| HSV(B) | 342.1º | 0.89% | 0.8% | - |
| XYZ | 26.55 | 13.99 | 8.32 | - |
| YUV | 83.28 | 124.47 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 77 | 0 | 0.89 | 0.62 | 0.2 | 342.1 | 0.8 | 0.45 |
| Hex | CC | 17 | 4D | 0 | 59 | 3E | 14 | 156 | 50 | 2D |
| Octal | 314 | 27 | 115 | 0 | 131 | 76 | 24 | 526 | 120 | 55 |
| Binary | 11001100 | 10111 | 1001101 | 0 | 1011001 | 111110 | 10100 | 101010110 | 1010000 | 101101 |
Color Harmonies of #CC174D
Complementary color
Monochromatic Colors of #CC174D
Black with #CC174D
Text Example
Text Example
White with #CC174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC174D; }
p { color: rgb(204,23,77); }
H1.HeaderClassName
{
color: #CC174D;
}
.AnyTagClassName
{
color: #CC174D;
}
</style>
background-color css
<style>
a { background-color: #CC174D; }
a { background-color: rgb(204,23,77); }
div.DivClassName
{
background-color: #CC174D;
}
.BgClassName
{
background-color: #CC174D;
}
</style>
border-color css
<style>
span { border-color: #CC174D; }
span { border-color: rgb(204,23,77); }
td.TdClassName
{
border-color: #CC174D;
}
.TagClassName
{
border-color: #CC174D;
}
</style>