Shades of Cardinal #CC1635
Tints of Cardinal #CC1635
RGB
CMYK
RGB Variations
Color information
#CC1635 (or 0xCC1635) is known color: Cardinal. HEX triplet: CC, 16 and 35. RGB value is (204,22,53). Sum of RGB (Red+Green+Blue) = 204+22+53=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1635 is #33E9CA. Grayscale: #505050. Windows color (decimal): -3402187 or 3479244. OLE color: 3479244.
HSL color Cylindrical-coordinate representation of color #CC1635: hue angle of 349.78º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1635 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 53 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.2 |
| HSL | 349.78º | 0.81% | 0.44% | - |
| HSV(B) | 349.78º | 0.89% | 0.8% | - |
| XYZ | 25.83 | 13.67 | 4.64 | - |
| YUV | 79.95 | 112.8 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 53 | 0 | 0.89 | 0.74 | 0.2 | 349.78 | 0.81 | 0.44 |
| Hex | CC | 16 | 35 | 0 | 59 | 4A | 14 | 15E | 51 | 2C |
| Octal | 314 | 26 | 65 | 0 | 131 | 112 | 24 | 536 | 121 | 54 |
| Binary | 11001100 | 10110 | 110101 | 0 | 1011001 | 1001010 | 10100 | 101011110 | 1010001 | 101100 |
Color Harmonies of #CC1635
Complementary color
Monochromatic Colors of #CC1635
Black with #CC1635
Text Example
Text Example
White with #CC1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1635; }
p { color: rgb(204,22,53); }
H1.HeaderClassName
{
color: #CC1635;
}
.AnyTagClassName
{
color: #CC1635;
}
</style>
background-color css
<style>
a { background-color: #CC1635; }
a { background-color: rgb(204,22,53); }
div.DivClassName
{
background-color: #CC1635;
}
.BgClassName
{
background-color: #CC1635;
}
</style>
border-color css
<style>
span { border-color: #CC1635; }
span { border-color: rgb(204,22,53); }
td.TdClassName
{
border-color: #CC1635;
}
.TagClassName
{
border-color: #CC1635;
}
</style>