Shades of Cardinal #CC2130
Tints of Cardinal #CC2130
RGB
CMYK
RGB Variations
Color information
#CC2130 (or 0xCC2130) is known color: Cardinal. HEX triplet: CC, 21 and 30. RGB value is (204,33,48). Sum of RGB (Red+Green+Blue) = 204+33+48=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2130 is #33DECF. Grayscale: #555555. Windows color (decimal): -3399376 or 3154380. OLE color: 3154380.
HSL color Cylindrical-coordinate representation of color #CC2130: hue angle of 354.74º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2130 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 48 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.2 |
| HSL | 354.74º | 0.72% | 0.46% | - |
| HSV(B) | 354.74º | 0.84% | 0.8% | - |
| XYZ | 25.98 | 14.14 | 4.16 | - |
| YUV | 85.84 | 106.65 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 48 | 0 | 0.84 | 0.76 | 0.2 | 354.74 | 0.72 | 0.46 |
| Hex | CC | 21 | 30 | 0 | 54 | 4C | 14 | 163 | 48 | 2E |
| Octal | 314 | 41 | 60 | 0 | 124 | 114 | 24 | 543 | 110 | 56 |
| Binary | 11001100 | 100001 | 110000 | 0 | 1010100 | 1001100 | 10100 | 101100011 | 1001000 | 101110 |
Color Harmonies of #CC2130
Complementary color
Monochromatic Colors of #CC2130
Black with #CC2130
Text Example
Text Example
White with #CC2130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2130; }
p { color: rgb(204,33,48); }
H1.HeaderClassName
{
color: #CC2130;
}
.AnyTagClassName
{
color: #CC2130;
}
</style>
background-color css
<style>
a { background-color: #CC2130; }
a { background-color: rgb(204,33,48); }
div.DivClassName
{
background-color: #CC2130;
}
.BgClassName
{
background-color: #CC2130;
}
</style>
border-color css
<style>
span { border-color: #CC2130; }
span { border-color: rgb(204,33,48); }
td.TdClassName
{
border-color: #CC2130;
}
.TagClassName
{
border-color: #CC2130;
}
</style>