Shades of Cardinal #CC1434
Tints of Cardinal #CC1434
RGB
CMYK
RGB Variations
Color information
#CC1434 (or 0xCC1434) is known color: Cardinal. HEX triplet: CC, 14 and 34. RGB value is (204,20,52). Sum of RGB (Red+Green+Blue) = 204+20+52=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1434 is #33EBCB. Grayscale: #4E4E4E. Windows color (decimal): -3402700 or 3413196. OLE color: 3413196.
HSL color Cylindrical-coordinate representation of color #CC1434: hue angle of 349.57º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1434 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 52 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.2 |
| HSL | 349.57º | 0.82% | 0.44% | - |
| HSV(B) | 349.57º | 0.9% | 0.8% | - |
| XYZ | 25.77 | 13.59 | 4.51 | - |
| YUV | 78.66 | 112.96 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 52 | 0 | 0.90 | 0.75 | 0.2 | 349.57 | 0.82 | 0.44 |
| Hex | CC | 14 | 34 | 0 | 5A | 4B | 14 | 15E | 52 | 2C |
| Octal | 314 | 24 | 64 | 0 | 132 | 113 | 24 | 536 | 122 | 54 |
| Binary | 11001100 | 10100 | 110100 | 0 | 1011010 | 1001011 | 10100 | 101011110 | 1010010 | 101100 |
Color Harmonies of #CC1434
Complementary color
Monochromatic Colors of #CC1434
Black with #CC1434
Text Example
Text Example
White with #CC1434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1434; }
p { color: rgb(204,20,52); }
H1.HeaderClassName
{
color: #CC1434;
}
.AnyTagClassName
{
color: #CC1434;
}
</style>
background-color css
<style>
a { background-color: #CC1434; }
a { background-color: rgb(204,20,52); }
div.DivClassName
{
background-color: #CC1434;
}
.BgClassName
{
background-color: #CC1434;
}
</style>
border-color css
<style>
span { border-color: #CC1434; }
span { border-color: rgb(204,20,52); }
td.TdClassName
{
border-color: #CC1434;
}
.TagClassName
{
border-color: #CC1434;
}
</style>