Shades of Cardinal #CC1139
Tints of Cardinal #CC1139
RGB
CMYK
RGB Variations
Color information
#CC1139 (or 0xCC1139) is known color: Cardinal. HEX triplet: CC, 11 and 39. RGB value is (204,17,57). Sum of RGB (Red+Green+Blue) = 204+17+57=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1139 is #33EEC6. Grayscale: #4D4D4D. Windows color (decimal): -3403463 or 3740108. OLE color: 3740108.
HSL color Cylindrical-coordinate representation of color #CC1139: hue angle of 347.17º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1139 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 57 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.2 |
| HSL | 347.17º | 0.85% | 0.43% | - |
| HSV(B) | 347.17º | 0.92% | 0.8% | - |
| XYZ | 25.84 | 13.53 | 5.12 | - |
| YUV | 77.47 | 116.45 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 57 | 0 | 0.92 | 0.72 | 0.2 | 347.17 | 0.85 | 0.43 |
| Hex | CC | 11 | 39 | 0 | 5C | 48 | 14 | 15B | 55 | 2B |
| Octal | 314 | 21 | 71 | 0 | 134 | 110 | 24 | 533 | 125 | 53 |
| Binary | 11001100 | 10001 | 111001 | 0 | 1011100 | 1001000 | 10100 | 101011011 | 1010101 | 101011 |
Color Harmonies of #CC1139
Complementary color
Monochromatic Colors of #CC1139
Black with #CC1139
Text Example
Text Example
White with #CC1139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1139; }
p { color: rgb(204,17,57); }
H1.HeaderClassName
{
color: #CC1139;
}
.AnyTagClassName
{
color: #CC1139;
}
</style>
background-color css
<style>
a { background-color: #CC1139; }
a { background-color: rgb(204,17,57); }
div.DivClassName
{
background-color: #CC1139;
}
.BgClassName
{
background-color: #CC1139;
}
</style>
border-color css
<style>
span { border-color: #CC1139; }
span { border-color: rgb(204,17,57); }
td.TdClassName
{
border-color: #CC1139;
}
.TagClassName
{
border-color: #CC1139;
}
</style>