Shades of Cardinal #CC173D
Tints of Cardinal #CC173D
RGB
CMYK
RGB Variations
Color information
#CC173D (or 0xCC173D) is known color: Cardinal. HEX triplet: CC, 17 and 3D. RGB value is (204,23,61). Sum of RGB (Red+Green+Blue) = 204+23+61=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC173D is #33E8C2. Grayscale: #515151. Windows color (decimal): -3401923 or 4003788. OLE color: 4003788.
HSL color Cylindrical-coordinate representation of color #CC173D: hue angle of 347.4º 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 #CC173D is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 61 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.2 |
| HSL | 347.4º | 0.8% | 0.45% | - |
| HSV(B) | 347.4º | 0.89% | 0.8% | - |
| XYZ | 26.05 | 13.79 | 5.7 | - |
| YUV | 81.45 | 116.47 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 61 | 0 | 0.89 | 0.70 | 0.2 | 347.4 | 0.8 | 0.45 |
| Hex | CC | 17 | 3D | 0 | 59 | 46 | 14 | 15B | 50 | 2D |
| Octal | 314 | 27 | 75 | 0 | 131 | 106 | 24 | 533 | 120 | 55 |
| Binary | 11001100 | 10111 | 111101 | 0 | 1011001 | 1000110 | 10100 | 101011011 | 1010000 | 101101 |
Color Harmonies of #CC173D
Complementary color
Monochromatic Colors of #CC173D
Black with #CC173D
Text Example
Text Example
White with #CC173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC173D; }
p { color: rgb(204,23,61); }
H1.HeaderClassName
{
color: #CC173D;
}
.AnyTagClassName
{
color: #CC173D;
}
</style>
background-color css
<style>
a { background-color: #CC173D; }
a { background-color: rgb(204,23,61); }
div.DivClassName
{
background-color: #CC173D;
}
.BgClassName
{
background-color: #CC173D;
}
</style>
border-color css
<style>
span { border-color: #CC173D; }
span { border-color: rgb(204,23,61); }
td.TdClassName
{
border-color: #CC173D;
}
.TagClassName
{
border-color: #CC173D;
}
</style>