Shades of Cardinal #CC1741
Tints of Cardinal #CC1741
RGB
CMYK
RGB Variations
Color information
#CC1741 (or 0xCC1741) is known color: Cardinal. HEX triplet: CC, 17 and 41. RGB value is (204,23,65). Sum of RGB (Red+Green+Blue) = 204+23+65=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1741 is #33E8BE. Grayscale: #515151. Windows color (decimal): -3401919 or 4265932. OLE color: 4265932.
HSL color Cylindrical-coordinate representation of color #CC1741: hue angle of 346.08º 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 #CC1741 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 65 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.2 |
| HSL | 346.08º | 0.8% | 0.45% | - |
| HSV(B) | 346.08º | 0.89% | 0.8% | - |
| XYZ | 26.16 | 13.83 | 6.29 | - |
| YUV | 81.91 | 118.47 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 65 | 0 | 0.89 | 0.68 | 0.2 | 346.08 | 0.8 | 0.45 |
| Hex | CC | 17 | 41 | 0 | 59 | 44 | 14 | 15A | 50 | 2D |
| Octal | 314 | 27 | 101 | 0 | 131 | 104 | 24 | 532 | 120 | 55 |
| Binary | 11001100 | 10111 | 1000001 | 0 | 1011001 | 1000100 | 10100 | 101011010 | 1010000 | 101101 |
Color Harmonies of #CC1741
Complementary color
Monochromatic Colors of #CC1741
Black with #CC1741
Text Example
Text Example
White with #CC1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1741; }
p { color: rgb(204,23,65); }
H1.HeaderClassName
{
color: #CC1741;
}
.AnyTagClassName
{
color: #CC1741;
}
</style>
background-color css
<style>
a { background-color: #CC1741; }
a { background-color: rgb(204,23,65); }
div.DivClassName
{
background-color: #CC1741;
}
.BgClassName
{
background-color: #CC1741;
}
</style>
border-color css
<style>
span { border-color: #CC1741; }
span { border-color: rgb(204,23,65); }
td.TdClassName
{
border-color: #CC1741;
}
.TagClassName
{
border-color: #CC1741;
}
</style>