Shades of Cardinal #CC2636
Tints of Cardinal #CC2636
RGB
CMYK
RGB Variations
Color information
#CC2636 (or 0xCC2636) is known color: Cardinal. HEX triplet: CC, 26 and 36. RGB value is (204,38,54). Sum of RGB (Red+Green+Blue) = 204+38+54=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2636 is #33D9C9. Grayscale: #595959. Windows color (decimal): -3398090 or 3548876. OLE color: 3548876.
HSL color Cylindrical-coordinate representation of color #CC2636: hue angle of 354.22º 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 #CC2636 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 54 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.2 |
| HSL | 354.22º | 0.69% | 0.47% | - |
| HSV(B) | 354.22º | 0.81% | 0.8% | - |
| XYZ | 26.26 | 14.49 | 4.9 | - |
| YUV | 89.46 | 108 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 54 | 0 | 0.81 | 0.74 | 0.2 | 354.22 | 0.69 | 0.47 |
| Hex | CC | 26 | 36 | 0 | 51 | 4A | 14 | 162 | 45 | 2F |
| Octal | 314 | 46 | 66 | 0 | 121 | 112 | 24 | 542 | 105 | 57 |
| Binary | 11001100 | 100110 | 110110 | 0 | 1010001 | 1001010 | 10100 | 101100010 | 1000101 | 101111 |
Color Harmonies of #CC2636
Complementary color
Monochromatic Colors of #CC2636
Black with #CC2636
Text Example
Text Example
White with #CC2636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2636; }
p { color: rgb(204,38,54); }
H1.HeaderClassName
{
color: #CC2636;
}
.AnyTagClassName
{
color: #CC2636;
}
</style>
background-color css
<style>
a { background-color: #CC2636; }
a { background-color: rgb(204,38,54); }
div.DivClassName
{
background-color: #CC2636;
}
.BgClassName
{
background-color: #CC2636;
}
</style>
border-color css
<style>
span { border-color: #CC2636; }
span { border-color: rgb(204,38,54); }
td.TdClassName
{
border-color: #CC2636;
}
.TagClassName
{
border-color: #CC2636;
}
</style>