Shades of Cardinal #CC2435
Tints of Cardinal #CC2435
RGB
CMYK
RGB Variations
Color information
#CC2435 (or 0xCC2435) is known color: Cardinal. HEX triplet: CC, 24 and 35. RGB value is (204,36,53). Sum of RGB (Red+Green+Blue) = 204+36+53=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2435 is #33DBCA. Grayscale: #585858. Windows color (decimal): -3398603 or 3482828. OLE color: 3482828.
HSL color Cylindrical-coordinate representation of color #CC2435: hue angle of 353.93º 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 #CC2435 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 53 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.2 |
| HSL | 353.93º | 0.7% | 0.47% | - |
| HSV(B) | 353.93º | 0.82% | 0.8% | - |
| XYZ | 26.18 | 14.36 | 4.76 | - |
| YUV | 88.17 | 108.16 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 53 | 0 | 0.82 | 0.74 | 0.2 | 353.93 | 0.7 | 0.47 |
| Hex | CC | 24 | 35 | 0 | 52 | 4A | 14 | 162 | 46 | 2F |
| Octal | 314 | 44 | 65 | 0 | 122 | 112 | 24 | 542 | 106 | 57 |
| Binary | 11001100 | 100100 | 110101 | 0 | 1010010 | 1001010 | 10100 | 101100010 | 1000110 | 101111 |
Color Harmonies of #CC2435
Complementary color
Monochromatic Colors of #CC2435
Black with #CC2435
Text Example
Text Example
White with #CC2435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2435; }
p { color: rgb(204,36,53); }
H1.HeaderClassName
{
color: #CC2435;
}
.AnyTagClassName
{
color: #CC2435;
}
</style>
background-color css
<style>
a { background-color: #CC2435; }
a { background-color: rgb(204,36,53); }
div.DivClassName
{
background-color: #CC2435;
}
.BgClassName
{
background-color: #CC2435;
}
</style>
border-color css
<style>
span { border-color: #CC2435; }
span { border-color: rgb(204,36,53); }
td.TdClassName
{
border-color: #CC2435;
}
.TagClassName
{
border-color: #CC2435;
}
</style>