Shades of Cardinal #CC1734
Tints of Cardinal #CC1734
RGB
CMYK
RGB Variations
Color information
#CC1734 (or 0xCC1734) is known color: Cardinal. HEX triplet: CC, 17 and 34. RGB value is (204,23,52). Sum of RGB (Red+Green+Blue) = 204+23+52=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1734 is #33E8CB. Grayscale: #505050. Windows color (decimal): -3401932 or 3413964. OLE color: 3413964.
HSL color Cylindrical-coordinate representation of color #CC1734: hue angle of 350.39º 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 #CC1734 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 52 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.2 |
| HSL | 350.39º | 0.8% | 0.45% | - |
| HSV(B) | 350.39º | 0.89% | 0.8% | - |
| XYZ | 25.83 | 13.7 | 4.53 | - |
| YUV | 80.43 | 111.97 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 52 | 0 | 0.89 | 0.75 | 0.2 | 350.39 | 0.8 | 0.45 |
| Hex | CC | 17 | 34 | 0 | 59 | 4B | 14 | 15E | 50 | 2D |
| Octal | 314 | 27 | 64 | 0 | 131 | 113 | 24 | 536 | 120 | 55 |
| Binary | 11001100 | 10111 | 110100 | 0 | 1011001 | 1001011 | 10100 | 101011110 | 1010000 | 101101 |
Color Harmonies of #CC1734
Complementary color
Monochromatic Colors of #CC1734
Black with #CC1734
Text Example
Text Example
White with #CC1734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1734; }
p { color: rgb(204,23,52); }
H1.HeaderClassName
{
color: #CC1734;
}
.AnyTagClassName
{
color: #CC1734;
}
</style>
background-color css
<style>
a { background-color: #CC1734; }
a { background-color: rgb(204,23,52); }
div.DivClassName
{
background-color: #CC1734;
}
.BgClassName
{
background-color: #CC1734;
}
</style>
border-color css
<style>
span { border-color: #CC1734; }
span { border-color: rgb(204,23,52); }
td.TdClassName
{
border-color: #CC1734;
}
.TagClassName
{
border-color: #CC1734;
}
</style>