Shades of Cardinal #CC1E40
Tints of Cardinal #CC1E40
RGB
CMYK
RGB Variations
Color information
#CC1E40 (or 0xCC1E40) is known color: Cardinal. HEX triplet: CC, 1E and 40. RGB value is (204,30,64). Sum of RGB (Red+Green+Blue) = 204+30+64=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1E40 is #33E1BF. Grayscale: #555555. Windows color (decimal): -3400128 or 4202188. OLE color: 4202188.
HSL color Cylindrical-coordinate representation of color #CC1E40: hue angle of 348.28º 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 #CC1E40 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 30 | 64 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.2 |
| HSL | 348.28º | 0.74% | 0.46% | - |
| HSV(B) | 348.28º | 0.85% | 0.8% | - |
| XYZ | 26.29 | 14.14 | 6.19 | - |
| YUV | 85.9 | 115.65 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 64 | 0 | 0.85 | 0.69 | 0.2 | 348.28 | 0.74 | 0.46 |
| Hex | CC | 1E | 40 | 0 | 55 | 45 | 14 | 15C | 4A | 2E |
| Octal | 314 | 36 | 100 | 0 | 125 | 105 | 24 | 534 | 112 | 56 |
| Binary | 11001100 | 11110 | 1000000 | 0 | 1010101 | 1000101 | 10100 | 101011100 | 1001010 | 101110 |
Color Harmonies of #CC1E40
Complementary color
Monochromatic Colors of #CC1E40
Black with #CC1E40
Text Example
Text Example
White with #CC1E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1E40; }
p { color: rgb(204,30,64); }
H1.HeaderClassName
{
color: #CC1E40;
}
.AnyTagClassName
{
color: #CC1E40;
}
</style>
background-color css
<style>
a { background-color: #CC1E40; }
a { background-color: rgb(204,30,64); }
div.DivClassName
{
background-color: #CC1E40;
}
.BgClassName
{
background-color: #CC1E40;
}
</style>
border-color css
<style>
span { border-color: #CC1E40; }
span { border-color: rgb(204,30,64); }
td.TdClassName
{
border-color: #CC1E40;
}
.TagClassName
{
border-color: #CC1E40;
}
</style>