Shades of Cardinal #CC1939
Tints of Cardinal #CC1939
RGB
CMYK
RGB Variations
Color information
#CC1939 (or 0xCC1939) is known color: Cardinal. HEX triplet: CC, 19 and 39. RGB value is (204,25,57). Sum of RGB (Red+Green+Blue) = 204+25+57=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1939 is #33E6C6. Grayscale: #525252. Windows color (decimal): -3401415 or 3742156. OLE color: 3742156.
HSL color Cylindrical-coordinate representation of color #CC1939: hue angle of 349.27º 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 #CC1939 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 57 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.2 |
| HSL | 349.27º | 0.78% | 0.45% | - |
| HSV(B) | 349.27º | 0.88% | 0.8% | - |
| XYZ | 25.99 | 13.83 | 5.17 | - |
| YUV | 82.17 | 113.8 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 57 | 0 | 0.88 | 0.72 | 0.2 | 349.27 | 0.78 | 0.45 |
| Hex | CC | 19 | 39 | 0 | 58 | 48 | 14 | 15D | 4E | 2D |
| Octal | 314 | 31 | 71 | 0 | 130 | 110 | 24 | 535 | 116 | 55 |
| Binary | 11001100 | 11001 | 111001 | 0 | 1011000 | 1001000 | 10100 | 101011101 | 1001110 | 101101 |
Color Harmonies of #CC1939
Complementary color
Monochromatic Colors of #CC1939
Black with #CC1939
Text Example
Text Example
White with #CC1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1939; }
p { color: rgb(204,25,57); }
H1.HeaderClassName
{
color: #CC1939;
}
.AnyTagClassName
{
color: #CC1939;
}
</style>
background-color css
<style>
a { background-color: #CC1939; }
a { background-color: rgb(204,25,57); }
div.DivClassName
{
background-color: #CC1939;
}
.BgClassName
{
background-color: #CC1939;
}
</style>
border-color css
<style>
span { border-color: #CC1939; }
span { border-color: rgb(204,25,57); }
td.TdClassName
{
border-color: #CC1939;
}
.TagClassName
{
border-color: #CC1939;
}
</style>