Shades of Cardinal #CC1342
Tints of Cardinal #CC1342
RGB
CMYK
RGB Variations
Color information
#CC1342 (or 0xCC1342) is known color: Cardinal. HEX triplet: CC, 13 and 42. RGB value is (204,19,66). Sum of RGB (Red+Green+Blue) = 204+19+66=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1342 is #33ECBD. Grayscale: #4F4F4F. Windows color (decimal): -3402942 or 4330444. OLE color: 4330444.
HSL color Cylindrical-coordinate representation of color #CC1342: hue angle of 344.76º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1342 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 66 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.2 |
| HSL | 344.76º | 0.83% | 0.44% | - |
| HSV(B) | 344.76º | 0.91% | 0.8% | - |
| XYZ | 26.12 | 13.7 | 6.42 | - |
| YUV | 79.67 | 120.29 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 66 | 0 | 0.91 | 0.68 | 0.2 | 344.76 | 0.83 | 0.44 |
| Hex | CC | 13 | 42 | 0 | 5B | 44 | 14 | 159 | 53 | 2C |
| Octal | 314 | 23 | 102 | 0 | 133 | 104 | 24 | 531 | 123 | 54 |
| Binary | 11001100 | 10011 | 1000010 | 0 | 1011011 | 1000100 | 10100 | 101011001 | 1010011 | 101100 |
Color Harmonies of #CC1342
Complementary color
Monochromatic Colors of #CC1342
Black with #CC1342
Text Example
Text Example
White with #CC1342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1342; }
p { color: rgb(204,19,66); }
H1.HeaderClassName
{
color: #CC1342;
}
.AnyTagClassName
{
color: #CC1342;
}
</style>
background-color css
<style>
a { background-color: #CC1342; }
a { background-color: rgb(204,19,66); }
div.DivClassName
{
background-color: #CC1342;
}
.BgClassName
{
background-color: #CC1342;
}
</style>
border-color css
<style>
span { border-color: #CC1342; }
span { border-color: rgb(204,19,66); }
td.TdClassName
{
border-color: #CC1342;
}
.TagClassName
{
border-color: #CC1342;
}
</style>