Shades of Cardinal #CC1937
Tints of Cardinal #CC1937
RGB
CMYK
RGB Variations
Color information
#CC1937 (or 0xCC1937) is known color: Cardinal. HEX triplet: CC, 19 and 37. RGB value is (204,25,55). Sum of RGB (Red+Green+Blue) = 204+25+55=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1937 is #33E6C8. Grayscale: #515151. Windows color (decimal): -3401417 or 3611084. OLE color: 3611084.
HSL color Cylindrical-coordinate representation of color #CC1937: hue angle of 349.94º 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 #CC1937 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 55 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.2 |
| HSL | 349.94º | 0.78% | 0.45% | - |
| HSV(B) | 349.94º | 0.88% | 0.8% | - |
| XYZ | 25.94 | 13.81 | 4.91 | - |
| YUV | 81.94 | 112.8 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 55 | 0 | 0.88 | 0.73 | 0.2 | 349.94 | 0.78 | 0.45 |
| Hex | CC | 19 | 37 | 0 | 58 | 49 | 14 | 15E | 4E | 2D |
| Octal | 314 | 31 | 67 | 0 | 130 | 111 | 24 | 536 | 116 | 55 |
| Binary | 11001100 | 11001 | 110111 | 0 | 1011000 | 1001001 | 10100 | 101011110 | 1001110 | 101101 |
Color Harmonies of #CC1937
Complementary color
Monochromatic Colors of #CC1937
Black with #CC1937
Text Example
Text Example
White with #CC1937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1937; }
p { color: rgb(204,25,55); }
H1.HeaderClassName
{
color: #CC1937;
}
.AnyTagClassName
{
color: #CC1937;
}
</style>
background-color css
<style>
a { background-color: #CC1937; }
a { background-color: rgb(204,25,55); }
div.DivClassName
{
background-color: #CC1937;
}
.BgClassName
{
background-color: #CC1937;
}
</style>
border-color css
<style>
span { border-color: #CC1937; }
span { border-color: rgb(204,25,55); }
td.TdClassName
{
border-color: #CC1937;
}
.TagClassName
{
border-color: #CC1937;
}
</style>