Shades of Cardinal #CC192F
Tints of Cardinal #CC192F
RGB
CMYK
RGB Variations
Color information
#CC192F (or 0xCC192F) is known color: Cardinal. HEX triplet: CC, 19 and 2F. RGB value is (204,25,47). Sum of RGB (Red+Green+Blue) = 204+25+47=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC192F is #33E6D0. Grayscale: #515151. Windows color (decimal): -3401425 or 3086796. OLE color: 3086796.
HSL color Cylindrical-coordinate representation of color #CC192F: hue angle of 352.63º 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 #CC192F is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 47 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.2 |
| HSL | 352.63º | 0.78% | 0.45% | - |
| HSV(B) | 352.63º | 0.88% | 0.8% | - |
| XYZ | 25.76 | 13.74 | 3.98 | - |
| YUV | 81.03 | 108.8 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 47 | 0 | 0.88 | 0.77 | 0.2 | 352.63 | 0.78 | 0.45 |
| Hex | CC | 19 | 2F | 0 | 58 | 4D | 14 | 161 | 4E | 2D |
| Octal | 314 | 31 | 57 | 0 | 130 | 115 | 24 | 541 | 116 | 55 |
| Binary | 11001100 | 11001 | 101111 | 0 | 1011000 | 1001101 | 10100 | 101100001 | 1001110 | 101101 |
Color Harmonies of #CC192F
Complementary color
Monochromatic Colors of #CC192F
Black with #CC192F
Text Example
Text Example
White with #CC192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC192F; }
p { color: rgb(204,25,47); }
H1.HeaderClassName
{
color: #CC192F;
}
.AnyTagClassName
{
color: #CC192F;
}
</style>
background-color css
<style>
a { background-color: #CC192F; }
a { background-color: rgb(204,25,47); }
div.DivClassName
{
background-color: #CC192F;
}
.BgClassName
{
background-color: #CC192F;
}
</style>
border-color css
<style>
span { border-color: #CC192F; }
span { border-color: rgb(204,25,47); }
td.TdClassName
{
border-color: #CC192F;
}
.TagClassName
{
border-color: #CC192F;
}
</style>