Shades of Cardinal #CC1934
Tints of Cardinal #CC1934
RGB
CMYK
RGB Variations
Color information
#CC1934 (or 0xCC1934) is known color: Cardinal. HEX triplet: CC, 19 and 34. RGB value is (204,25,52). Sum of RGB (Red+Green+Blue) = 204+25+52=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1934 is #33E6CB. Grayscale: #515151. Windows color (decimal): -3401420 or 3414476. OLE color: 3414476.
HSL color Cylindrical-coordinate representation of color #CC1934: hue angle of 350.95º 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 #CC1934 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 52 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.2 |
| HSL | 350.95º | 0.78% | 0.45% | - |
| HSV(B) | 350.95º | 0.88% | 0.8% | - |
| XYZ | 25.87 | 13.78 | 4.55 | - |
| YUV | 81.6 | 111.3 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 52 | 0 | 0.88 | 0.75 | 0.2 | 350.95 | 0.78 | 0.45 |
| Hex | CC | 19 | 34 | 0 | 58 | 4B | 14 | 15F | 4E | 2D |
| Octal | 314 | 31 | 64 | 0 | 130 | 113 | 24 | 537 | 116 | 55 |
| Binary | 11001100 | 11001 | 110100 | 0 | 1011000 | 1001011 | 10100 | 101011111 | 1001110 | 101101 |
Color Harmonies of #CC1934
Complementary color
Monochromatic Colors of #CC1934
Black with #CC1934
Text Example
Text Example
White with #CC1934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1934; }
p { color: rgb(204,25,52); }
H1.HeaderClassName
{
color: #CC1934;
}
.AnyTagClassName
{
color: #CC1934;
}
</style>
background-color css
<style>
a { background-color: #CC1934; }
a { background-color: rgb(204,25,52); }
div.DivClassName
{
background-color: #CC1934;
}
.BgClassName
{
background-color: #CC1934;
}
</style>
border-color css
<style>
span { border-color: #CC1934; }
span { border-color: rgb(204,25,52); }
td.TdClassName
{
border-color: #CC1934;
}
.TagClassName
{
border-color: #CC1934;
}
</style>