Shades of Cardinal #CC1730
Tints of Cardinal #CC1730
RGB
CMYK
RGB Variations
Color information
#CC1730 (or 0xCC1730) is known color: Cardinal. HEX triplet: CC, 17 and 30. RGB value is (204,23,48). Sum of RGB (Red+Green+Blue) = 204+23+48=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1730 is #33E8CF. Grayscale: #505050. Windows color (decimal): -3401936 or 3151820. OLE color: 3151820.
HSL color Cylindrical-coordinate representation of color #CC1730: hue angle of 351.71º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1730 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 48 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.2 |
| HSL | 351.71º | 0.8% | 0.45% | - |
| HSV(B) | 351.71º | 0.89% | 0.8% | - |
| XYZ | 25.74 | 13.66 | 4.08 | - |
| YUV | 79.97 | 109.97 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 48 | 0 | 0.89 | 0.76 | 0.2 | 351.71 | 0.8 | 0.45 |
| Hex | CC | 17 | 30 | 0 | 59 | 4C | 14 | 160 | 50 | 2D |
| Octal | 314 | 27 | 60 | 0 | 131 | 114 | 24 | 540 | 120 | 55 |
| Binary | 11001100 | 10111 | 110000 | 0 | 1011001 | 1001100 | 10100 | 101100000 | 1010000 | 101101 |
Color Harmonies of #CC1730
Complementary color
Monochromatic Colors of #CC1730
Black with #CC1730
Text Example
Text Example
White with #CC1730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1730; }
p { color: rgb(204,23,48); }
H1.HeaderClassName
{
color: #CC1730;
}
.AnyTagClassName
{
color: #CC1730;
}
</style>
background-color css
<style>
a { background-color: #CC1730; }
a { background-color: rgb(204,23,48); }
div.DivClassName
{
background-color: #CC1730;
}
.BgClassName
{
background-color: #CC1730;
}
</style>
border-color css
<style>
span { border-color: #CC1730; }
span { border-color: rgb(204,23,48); }
td.TdClassName
{
border-color: #CC1730;
}
.TagClassName
{
border-color: #CC1730;
}
</style>