Shades of Cardinal #CC1742
Tints of Cardinal #CC1742
RGB
CMYK
RGB Variations
Color information
#CC1742 (or 0xCC1742) is known color: Cardinal. HEX triplet: CC, 17 and 42. RGB value is (204,23,66). Sum of RGB (Red+Green+Blue) = 204+23+66=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1742 is #33E8BD. Grayscale: #525252. Windows color (decimal): -3401918 or 4331468. OLE color: 4331468.
HSL color Cylindrical-coordinate representation of color #CC1742: hue angle of 345.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 #CC1742 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 66 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.2 |
| HSL | 345.75º | 0.8% | 0.45% | - |
| HSV(B) | 345.75º | 0.89% | 0.8% | - |
| XYZ | 26.19 | 13.84 | 6.45 | - |
| YUV | 82.02 | 118.97 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 66 | 0 | 0.89 | 0.68 | 0.2 | 345.75 | 0.8 | 0.45 |
| Hex | CC | 17 | 42 | 0 | 59 | 44 | 14 | 15A | 50 | 2D |
| Octal | 314 | 27 | 102 | 0 | 131 | 104 | 24 | 532 | 120 | 55 |
| Binary | 11001100 | 10111 | 1000010 | 0 | 1011001 | 1000100 | 10100 | 101011010 | 1010000 | 101101 |
Color Harmonies of #CC1742
Complementary color
Monochromatic Colors of #CC1742
Black with #CC1742
Text Example
Text Example
White with #CC1742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1742; }
p { color: rgb(204,23,66); }
H1.HeaderClassName
{
color: #CC1742;
}
.AnyTagClassName
{
color: #CC1742;
}
</style>
background-color css
<style>
a { background-color: #CC1742; }
a { background-color: rgb(204,23,66); }
div.DivClassName
{
background-color: #CC1742;
}
.BgClassName
{
background-color: #CC1742;
}
</style>
border-color css
<style>
span { border-color: #CC1742; }
span { border-color: rgb(204,23,66); }
td.TdClassName
{
border-color: #CC1742;
}
.TagClassName
{
border-color: #CC1742;
}
</style>