Shades of Cardinal #CC1736
Tints of Cardinal #CC1736
RGB
CMYK
RGB Variations
Color information
#CC1736 (or 0xCC1736) is known color: Cardinal. HEX triplet: CC, 17 and 36. RGB value is (204,23,54). Sum of RGB (Red+Green+Blue) = 204+23+54=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1736 is #33E8C9. Grayscale: #505050. Windows color (decimal): -3401930 or 3545036. OLE color: 3545036.
HSL color Cylindrical-coordinate representation of color #CC1736: hue angle of 349.72º 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 #CC1736 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 54 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.2 |
| HSL | 349.72º | 0.8% | 0.45% | - |
| HSV(B) | 349.72º | 0.89% | 0.8% | - |
| XYZ | 25.87 | 13.72 | 4.77 | - |
| YUV | 80.65 | 112.97 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 54 | 0 | 0.89 | 0.74 | 0.2 | 349.72 | 0.8 | 0.45 |
| Hex | CC | 17 | 36 | 0 | 59 | 4A | 14 | 15E | 50 | 2D |
| Octal | 314 | 27 | 66 | 0 | 131 | 112 | 24 | 536 | 120 | 55 |
| Binary | 11001100 | 10111 | 110110 | 0 | 1011001 | 1001010 | 10100 | 101011110 | 1010000 | 101101 |
Color Harmonies of #CC1736
Complementary color
Monochromatic Colors of #CC1736
Black with #CC1736
Text Example
Text Example
White with #CC1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1736; }
p { color: rgb(204,23,54); }
H1.HeaderClassName
{
color: #CC1736;
}
.AnyTagClassName
{
color: #CC1736;
}
</style>
background-color css
<style>
a { background-color: #CC1736; }
a { background-color: rgb(204,23,54); }
div.DivClassName
{
background-color: #CC1736;
}
.BgClassName
{
background-color: #CC1736;
}
</style>
border-color css
<style>
span { border-color: #CC1736; }
span { border-color: rgb(204,23,54); }
td.TdClassName
{
border-color: #CC1736;
}
.TagClassName
{
border-color: #CC1736;
}
</style>