Shades of Cardinal #CC2434
Tints of Cardinal #CC2434
RGB
CMYK
RGB Variations
Color information
#CC2434 (or 0xCC2434) is known color: Cardinal. HEX triplet: CC, 24 and 34. RGB value is (204,36,52). Sum of RGB (Red+Green+Blue) = 204+36+52=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2434 is #33DBCB. Grayscale: #585858. Windows color (decimal): -3398604 or 3417292. OLE color: 3417292.
HSL color Cylindrical-coordinate representation of color #CC2434: hue angle of 354.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2434 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 52 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.2 |
| HSL | 354.29º | 0.7% | 0.47% | - |
| HSV(B) | 354.29º | 0.82% | 0.8% | - |
| XYZ | 26.15 | 14.35 | 4.64 | - |
| YUV | 88.06 | 107.66 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 52 | 0 | 0.82 | 0.75 | 0.2 | 354.29 | 0.7 | 0.47 |
| Hex | CC | 24 | 34 | 0 | 52 | 4B | 14 | 162 | 46 | 2F |
| Octal | 314 | 44 | 64 | 0 | 122 | 113 | 24 | 542 | 106 | 57 |
| Binary | 11001100 | 100100 | 110100 | 0 | 1010010 | 1001011 | 10100 | 101100010 | 1000110 | 101111 |
Color Harmonies of #CC2434
Complementary color
Monochromatic Colors of #CC2434
Black with #CC2434
Text Example
Text Example
White with #CC2434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2434; }
p { color: rgb(204,36,52); }
H1.HeaderClassName
{
color: #CC2434;
}
.AnyTagClassName
{
color: #CC2434;
}
</style>
background-color css
<style>
a { background-color: #CC2434; }
a { background-color: rgb(204,36,52); }
div.DivClassName
{
background-color: #CC2434;
}
.BgClassName
{
background-color: #CC2434;
}
</style>
border-color css
<style>
span { border-color: #CC2434; }
span { border-color: rgb(204,36,52); }
td.TdClassName
{
border-color: #CC2434;
}
.TagClassName
{
border-color: #CC2434;
}
</style>