Shades of Cardinal #CC2634
Tints of Cardinal #CC2634
RGB
CMYK
RGB Variations
Color information
#CC2634 (or 0xCC2634) is known color: Cardinal. HEX triplet: CC, 26 and 34. RGB value is (204,38,52). Sum of RGB (Red+Green+Blue) = 204+38+52=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2634 is #33D9CB. Grayscale: #595959. Windows color (decimal): -3398092 or 3417804. OLE color: 3417804.
HSL color Cylindrical-coordinate representation of color #CC2634: hue angle of 354.94º 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 #CC2634 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 52 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.2 |
| HSL | 354.94º | 0.69% | 0.47% | - |
| HSV(B) | 354.94º | 0.81% | 0.8% | - |
| XYZ | 26.21 | 14.47 | 4.66 | - |
| YUV | 89.23 | 107 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 52 | 0 | 0.81 | 0.75 | 0.2 | 354.94 | 0.69 | 0.47 |
| Hex | CC | 26 | 34 | 0 | 51 | 4B | 14 | 163 | 45 | 2F |
| Octal | 314 | 46 | 64 | 0 | 121 | 113 | 24 | 543 | 105 | 57 |
| Binary | 11001100 | 100110 | 110100 | 0 | 1010001 | 1001011 | 10100 | 101100011 | 1000101 | 101111 |
Color Harmonies of #CC2634
Complementary color
Monochromatic Colors of #CC2634
Black with #CC2634
Text Example
Text Example
White with #CC2634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2634; }
p { color: rgb(204,38,52); }
H1.HeaderClassName
{
color: #CC2634;
}
.AnyTagClassName
{
color: #CC2634;
}
</style>
background-color css
<style>
a { background-color: #CC2634; }
a { background-color: rgb(204,38,52); }
div.DivClassName
{
background-color: #CC2634;
}
.BgClassName
{
background-color: #CC2634;
}
</style>
border-color css
<style>
span { border-color: #CC2634; }
span { border-color: rgb(204,38,52); }
td.TdClassName
{
border-color: #CC2634;
}
.TagClassName
{
border-color: #CC2634;
}
</style>