Shades of Cardinal #CC1745
Tints of Cardinal #CC1745
RGB
CMYK
RGB Variations
Color information
#CC1745 (or 0xCC1745) is known color: Cardinal. HEX triplet: CC, 17 and 45. RGB value is (204,23,69). Sum of RGB (Red+Green+Blue) = 204+23+69=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1745 is #33E8BA. Grayscale: #525252. Windows color (decimal): -3401915 or 4528076. OLE color: 4528076.
HSL color Cylindrical-coordinate representation of color #CC1745: hue angle of 344.75º 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 #CC1745 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 69 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.2 |
| HSL | 344.75º | 0.8% | 0.45% | - |
| HSV(B) | 344.75º | 0.89% | 0.8% | - |
| XYZ | 26.28 | 13.88 | 6.92 | - |
| YUV | 82.36 | 120.47 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 69 | 0 | 0.89 | 0.66 | 0.2 | 344.75 | 0.8 | 0.45 |
| Hex | CC | 17 | 45 | 0 | 59 | 42 | 14 | 159 | 50 | 2D |
| Octal | 314 | 27 | 105 | 0 | 131 | 102 | 24 | 531 | 120 | 55 |
| Binary | 11001100 | 10111 | 1000101 | 0 | 1011001 | 1000010 | 10100 | 101011001 | 1010000 | 101101 |
Color Harmonies of #CC1745
Complementary color
Monochromatic Colors of #CC1745
Black with #CC1745
Text Example
Text Example
White with #CC1745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1745; }
p { color: rgb(204,23,69); }
H1.HeaderClassName
{
color: #CC1745;
}
.AnyTagClassName
{
color: #CC1745;
}
</style>
background-color css
<style>
a { background-color: #CC1745; }
a { background-color: rgb(204,23,69); }
div.DivClassName
{
background-color: #CC1745;
}
.BgClassName
{
background-color: #CC1745;
}
</style>
border-color css
<style>
span { border-color: #CC1745; }
span { border-color: rgb(204,23,69); }
td.TdClassName
{
border-color: #CC1745;
}
.TagClassName
{
border-color: #CC1745;
}
</style>