Shades of Cardinal #CC1C36
Tints of Cardinal #CC1C36
RGB
CMYK
RGB Variations
Color information
#CC1C36 (or 0xCC1C36) is known color: Cardinal. HEX triplet: CC, 1C and 36. RGB value is (204,28,54). Sum of RGB (Red+Green+Blue) = 204+28+54=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1C36 is #33E3C9. Grayscale: #535353. Windows color (decimal): -3400650 or 3546316. OLE color: 3546316.
HSL color Cylindrical-coordinate representation of color #CC1C36: hue angle of 351.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1C36 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 54 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.2 |
| HSL | 351.14º | 0.76% | 0.45% | - |
| HSV(B) | 351.14º | 0.86% | 0.8% | - |
| XYZ | 25.98 | 13.93 | 4.81 | - |
| YUV | 83.59 | 111.31 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 54 | 0 | 0.86 | 0.74 | 0.2 | 351.14 | 0.76 | 0.45 |
| Hex | CC | 1C | 36 | 0 | 56 | 4A | 14 | 15F | 4C | 2D |
| Octal | 314 | 34 | 66 | 0 | 126 | 112 | 24 | 537 | 114 | 55 |
| Binary | 11001100 | 11100 | 110110 | 0 | 1010110 | 1001010 | 10100 | 101011111 | 1001100 | 101101 |
Color Harmonies of #CC1C36
Complementary color
Monochromatic Colors of #CC1C36
Black with #CC1C36
Text Example
Text Example
White with #CC1C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1C36; }
p { color: rgb(204,28,54); }
H1.HeaderClassName
{
color: #CC1C36;
}
.AnyTagClassName
{
color: #CC1C36;
}
</style>
background-color css
<style>
a { background-color: #CC1C36; }
a { background-color: rgb(204,28,54); }
div.DivClassName
{
background-color: #CC1C36;
}
.BgClassName
{
background-color: #CC1C36;
}
</style>
border-color css
<style>
span { border-color: #CC1C36; }
span { border-color: rgb(204,28,54); }
td.TdClassName
{
border-color: #CC1C36;
}
.TagClassName
{
border-color: #CC1C36;
}
</style>