Shades of Cardinal #CC1932
Tints of Cardinal #CC1932
RGB
CMYK
RGB Variations
Color information
#CC1932 (or 0xCC1932) is known color: Cardinal. HEX triplet: CC, 19 and 32. RGB value is (204,25,50). Sum of RGB (Red+Green+Blue) = 204+25+50=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1932 is #33E6CD. Grayscale: #515151. Windows color (decimal): -3401422 or 3283404. OLE color: 3283404.
HSL color Cylindrical-coordinate representation of color #CC1932: hue angle of 351.62º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1932 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 50 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.2 |
| HSL | 351.62º | 0.78% | 0.45% | - |
| HSV(B) | 351.62º | 0.88% | 0.8% | - |
| XYZ | 25.83 | 13.76 | 4.31 | - |
| YUV | 81.37 | 110.3 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 50 | 0 | 0.88 | 0.75 | 0.2 | 351.62 | 0.78 | 0.45 |
| Hex | CC | 19 | 32 | 0 | 58 | 4B | 14 | 160 | 4E | 2D |
| Octal | 314 | 31 | 62 | 0 | 130 | 113 | 24 | 540 | 116 | 55 |
| Binary | 11001100 | 11001 | 110010 | 0 | 1011000 | 1001011 | 10100 | 101100000 | 1001110 | 101101 |
Color Harmonies of #CC1932
Complementary color
Monochromatic Colors of #CC1932
Black with #CC1932
Text Example
Text Example
White with #CC1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1932; }
p { color: rgb(204,25,50); }
H1.HeaderClassName
{
color: #CC1932;
}
.AnyTagClassName
{
color: #CC1932;
}
</style>
background-color css
<style>
a { background-color: #CC1932; }
a { background-color: rgb(204,25,50); }
div.DivClassName
{
background-color: #CC1932;
}
.BgClassName
{
background-color: #CC1932;
}
</style>
border-color css
<style>
span { border-color: #CC1932; }
span { border-color: rgb(204,25,50); }
td.TdClassName
{
border-color: #CC1932;
}
.TagClassName
{
border-color: #CC1932;
}
</style>