Shades of Cardinal #CC2635
Tints of Cardinal #CC2635
RGB
CMYK
RGB Variations
Color information
#CC2635 (or 0xCC2635) is known color: Cardinal. HEX triplet: CC, 26 and 35. RGB value is (204,38,53). Sum of RGB (Red+Green+Blue) = 204+38+53=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2635 is #33D9CA. Grayscale: #595959. Windows color (decimal): -3398091 or 3483340. OLE color: 3483340.
HSL color Cylindrical-coordinate representation of color #CC2635: hue angle of 354.58º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2635 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 53 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.2 |
| HSL | 354.58º | 0.69% | 0.47% | - |
| HSV(B) | 354.58º | 0.81% | 0.8% | - |
| XYZ | 26.24 | 14.48 | 4.78 | - |
| YUV | 89.34 | 107.5 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 53 | 0 | 0.81 | 0.74 | 0.2 | 354.58 | 0.69 | 0.47 |
| Hex | CC | 26 | 35 | 0 | 51 | 4A | 14 | 163 | 45 | 2F |
| Octal | 314 | 46 | 65 | 0 | 121 | 112 | 24 | 543 | 105 | 57 |
| Binary | 11001100 | 100110 | 110101 | 0 | 1010001 | 1001010 | 10100 | 101100011 | 1000101 | 101111 |
Color Harmonies of #CC2635
Complementary color
Monochromatic Colors of #CC2635
Black with #CC2635
Text Example
Text Example
White with #CC2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2635; }
p { color: rgb(204,38,53); }
H1.HeaderClassName
{
color: #CC2635;
}
.AnyTagClassName
{
color: #CC2635;
}
</style>
background-color css
<style>
a { background-color: #CC2635; }
a { background-color: rgb(204,38,53); }
div.DivClassName
{
background-color: #CC2635;
}
.BgClassName
{
background-color: #CC2635;
}
</style>
border-color css
<style>
span { border-color: #CC2635; }
span { border-color: rgb(204,38,53); }
td.TdClassName
{
border-color: #CC2635;
}
.TagClassName
{
border-color: #CC2635;
}
</style>