Shades of Cardinal #CC1E3E
Tints of Cardinal #CC1E3E
RGB
CMYK
RGB Variations
Color information
#CC1E3E (or 0xCC1E3E) is known color: Cardinal. HEX triplet: CC, 1E and 3E. RGB value is (204,30,62). Sum of RGB (Red+Green+Blue) = 204+30+62=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1E3E is #33E1C1. Grayscale: #555555. Windows color (decimal): -3400130 or 4071116. OLE color: 4071116.
HSL color Cylindrical-coordinate representation of color #CC1E3E: hue angle of 348.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1E3E is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 30 | 62 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.2 |
| HSL | 348.97º | 0.74% | 0.46% | - |
| HSV(B) | 348.97º | 0.85% | 0.8% | - |
| XYZ | 26.24 | 14.11 | 5.9 | - |
| YUV | 85.67 | 114.65 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 62 | 0 | 0.85 | 0.70 | 0.2 | 348.97 | 0.74 | 0.46 |
| Hex | CC | 1E | 3E | 0 | 55 | 46 | 14 | 15D | 4A | 2E |
| Octal | 314 | 36 | 76 | 0 | 125 | 106 | 24 | 535 | 112 | 56 |
| Binary | 11001100 | 11110 | 111110 | 0 | 1010101 | 1000110 | 10100 | 101011101 | 1001010 | 101110 |
Color Harmonies of #CC1E3E
Complementary color
Monochromatic Colors of #CC1E3E
Black with #CC1E3E
Text Example
Text Example
White with #CC1E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1E3E; }
p { color: rgb(204,30,62); }
H1.HeaderClassName
{
color: #CC1E3E;
}
.AnyTagClassName
{
color: #CC1E3E;
}
</style>
background-color css
<style>
a { background-color: #CC1E3E; }
a { background-color: rgb(204,30,62); }
div.DivClassName
{
background-color: #CC1E3E;
}
.BgClassName
{
background-color: #CC1E3E;
}
</style>
border-color css
<style>
span { border-color: #CC1E3E; }
span { border-color: rgb(204,30,62); }
td.TdClassName
{
border-color: #CC1E3E;
}
.TagClassName
{
border-color: #CC1E3E;
}
</style>