Shades of Cardinal #CC1032
Tints of Cardinal #CC1032
RGB
CMYK
RGB Variations
Color information
#CC1032 (or 0xCC1032) is known color: Cardinal. HEX triplet: CC, 10 and 32. RGB value is (204,16,50). Sum of RGB (Red+Green+Blue) = 204+16+50=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1032 is #33EFCD. Grayscale: #4C4C4C. Windows color (decimal): -3403726 or 3281100. OLE color: 3281100.
HSL color Cylindrical-coordinate representation of color #CC1032: hue angle of 349.15º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1032 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 50 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.2 |
| HSL | 349.15º | 0.85% | 0.43% | - |
| HSV(B) | 349.15º | 0.92% | 0.8% | - |
| XYZ | 25.66 | 13.44 | 4.26 | - |
| YUV | 76.09 | 113.28 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 50 | 0 | 0.92 | 0.75 | 0.2 | 349.15 | 0.85 | 0.43 |
| Hex | CC | 10 | 32 | 0 | 5C | 4B | 14 | 15D | 55 | 2B |
| Octal | 314 | 20 | 62 | 0 | 134 | 113 | 24 | 535 | 125 | 53 |
| Binary | 11001100 | 10000 | 110010 | 0 | 1011100 | 1001011 | 10100 | 101011101 | 1010101 | 101011 |
Color Harmonies of #CC1032
Complementary color
Monochromatic Colors of #CC1032
Black with #CC1032
Text Example
Text Example
White with #CC1032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1032; }
p { color: rgb(204,16,50); }
H1.HeaderClassName
{
color: #CC1032;
}
.AnyTagClassName
{
color: #CC1032;
}
</style>
background-color css
<style>
a { background-color: #CC1032; }
a { background-color: rgb(204,16,50); }
div.DivClassName
{
background-color: #CC1032;
}
.BgClassName
{
background-color: #CC1032;
}
</style>
border-color css
<style>
span { border-color: #CC1032; }
span { border-color: rgb(204,16,50); }
td.TdClassName
{
border-color: #CC1032;
}
.TagClassName
{
border-color: #CC1032;
}
</style>