Shades of Cardinal #CC1A3B
Tints of Cardinal #CC1A3B
RGB
CMYK
RGB Variations
Color information
#CC1A3B (or 0xCC1A3B) is known color: Cardinal. HEX triplet: CC, 1A and 3B. RGB value is (204,26,59). Sum of RGB (Red+Green+Blue) = 204+26+59=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1A3B is #33E5C4. Grayscale: #535353. Windows color (decimal): -3401157 or 3873484. OLE color: 3873484.
HSL color Cylindrical-coordinate representation of color #CC1A3B: hue angle of 348.88º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1A3B is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 26 | 59 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.2 |
| HSL | 348.88º | 0.77% | 0.45% | - |
| HSV(B) | 348.88º | 0.87% | 0.8% | - |
| XYZ | 26.06 | 13.89 | 5.45 | - |
| YUV | 82.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 59 | 0 | 0.87 | 0.71 | 0.2 | 348.88 | 0.77 | 0.45 |
| Hex | CC | 1A | 3B | 0 | 57 | 47 | 14 | 15D | 4D | 2D |
| Octal | 314 | 32 | 73 | 0 | 127 | 107 | 24 | 535 | 115 | 55 |
| Binary | 11001100 | 11010 | 111011 | 0 | 1010111 | 1000111 | 10100 | 101011101 | 1001101 | 101101 |
Color Harmonies of #CC1A3B
Complementary color
Monochromatic Colors of #CC1A3B
Black with #CC1A3B
Text Example
Text Example
White with #CC1A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1A3B; }
p { color: rgb(204,26,59); }
H1.HeaderClassName
{
color: #CC1A3B;
}
.AnyTagClassName
{
color: #CC1A3B;
}
</style>
background-color css
<style>
a { background-color: #CC1A3B; }
a { background-color: rgb(204,26,59); }
div.DivClassName
{
background-color: #CC1A3B;
}
.BgClassName
{
background-color: #CC1A3B;
}
</style>
border-color css
<style>
span { border-color: #CC1A3B; }
span { border-color: rgb(204,26,59); }
td.TdClassName
{
border-color: #CC1A3B;
}
.TagClassName
{
border-color: #CC1A3B;
}
</style>