Shades of Cardinal #CC1935
Tints of Cardinal #CC1935
RGB
CMYK
RGB Variations
Color information
#CC1935 (or 0xCC1935) is known color: Cardinal. HEX triplet: CC, 19 and 35. RGB value is (204,25,53). Sum of RGB (Red+Green+Blue) = 204+25+53=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1935 is #33E6CA. Grayscale: #515151. Windows color (decimal): -3401419 or 3480012. OLE color: 3480012.
HSL color Cylindrical-coordinate representation of color #CC1935: hue angle of 350.61º 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 #CC1935 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 53 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.2 |
| HSL | 350.61º | 0.78% | 0.45% | - |
| HSV(B) | 350.61º | 0.88% | 0.8% | - |
| XYZ | 25.89 | 13.79 | 4.67 | - |
| YUV | 81.71 | 111.8 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 53 | 0 | 0.88 | 0.74 | 0.2 | 350.61 | 0.78 | 0.45 |
| Hex | CC | 19 | 35 | 0 | 58 | 4A | 14 | 15F | 4E | 2D |
| Octal | 314 | 31 | 65 | 0 | 130 | 112 | 24 | 537 | 116 | 55 |
| Binary | 11001100 | 11001 | 110101 | 0 | 1011000 | 1001010 | 10100 | 101011111 | 1001110 | 101101 |
Color Harmonies of #CC1935
Complementary color
Monochromatic Colors of #CC1935
Black with #CC1935
Text Example
Text Example
White with #CC1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1935; }
p { color: rgb(204,25,53); }
H1.HeaderClassName
{
color: #CC1935;
}
.AnyTagClassName
{
color: #CC1935;
}
</style>
background-color css
<style>
a { background-color: #CC1935; }
a { background-color: rgb(204,25,53); }
div.DivClassName
{
background-color: #CC1935;
}
.BgClassName
{
background-color: #CC1935;
}
</style>
border-color css
<style>
span { border-color: #CC1935; }
span { border-color: rgb(204,25,53); }
td.TdClassName
{
border-color: #CC1935;
}
.TagClassName
{
border-color: #CC1935;
}
</style>