Shades of Cardinal #CC162F
Tints of Cardinal #CC162F
RGB
CMYK
RGB Variations
Color information
#CC162F (or 0xCC162F) is known color: Cardinal. HEX triplet: CC, 16 and 2F. RGB value is (204,22,47). Sum of RGB (Red+Green+Blue) = 204+22+47=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC162F is #33E9D0. Grayscale: #4F4F4F. Windows color (decimal): -3402193 or 3086028. OLE color: 3086028.
HSL color Cylindrical-coordinate representation of color #CC162F: hue angle of 351.76º 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 #CC162F is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 47 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.2 |
| HSL | 351.76º | 0.81% | 0.44% | - |
| HSV(B) | 351.76º | 0.89% | 0.8% | - |
| XYZ | 25.7 | 13.62 | 3.96 | - |
| YUV | 79.27 | 109.8 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 47 | 0 | 0.89 | 0.77 | 0.2 | 351.76 | 0.81 | 0.44 |
| Hex | CC | 16 | 2F | 0 | 59 | 4D | 14 | 160 | 51 | 2C |
| Octal | 314 | 26 | 57 | 0 | 131 | 115 | 24 | 540 | 121 | 54 |
| Binary | 11001100 | 10110 | 101111 | 0 | 1011001 | 1001101 | 10100 | 101100000 | 1010001 | 101100 |
Color Harmonies of #CC162F
Complementary color
Monochromatic Colors of #CC162F
Black with #CC162F
Text Example
Text Example
White with #CC162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC162F; }
p { color: rgb(204,22,47); }
H1.HeaderClassName
{
color: #CC162F;
}
.AnyTagClassName
{
color: #CC162F;
}
</style>
background-color css
<style>
a { background-color: #CC162F; }
a { background-color: rgb(204,22,47); }
div.DivClassName
{
background-color: #CC162F;
}
.BgClassName
{
background-color: #CC162F;
}
</style>
border-color css
<style>
span { border-color: #CC162F; }
span { border-color: rgb(204,22,47); }
td.TdClassName
{
border-color: #CC162F;
}
.TagClassName
{
border-color: #CC162F;
}
</style>