Shades of Cardinal #CC1030
Tints of Cardinal #CC1030
RGB
CMYK
RGB Variations
Color information
#CC1030 (or 0xCC1030) is known color: Cardinal. HEX triplet: CC, 10 and 30. RGB value is (204,16,48). Sum of RGB (Red+Green+Blue) = 204+16+48=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1030 is #33EFCF. Grayscale: #4B4B4B. Windows color (decimal): -3403728 or 3150028. OLE color: 3150028.
HSL color Cylindrical-coordinate representation of color #CC1030: hue angle of 349.79º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1030 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 48 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.2 |
| HSL | 349.79º | 0.85% | 0.43% | - |
| HSV(B) | 349.79º | 0.92% | 0.8% | - |
| XYZ | 25.62 | 13.42 | 4.04 | - |
| YUV | 75.86 | 112.28 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 48 | 0 | 0.92 | 0.76 | 0.2 | 349.79 | 0.85 | 0.43 |
| Hex | CC | 10 | 30 | 0 | 5C | 4C | 14 | 15E | 55 | 2B |
| Octal | 314 | 20 | 60 | 0 | 134 | 114 | 24 | 536 | 125 | 53 |
| Binary | 11001100 | 10000 | 110000 | 0 | 1011100 | 1001100 | 10100 | 101011110 | 1010101 | 101011 |
Color Harmonies of #CC1030
Complementary color
Monochromatic Colors of #CC1030
Black with #CC1030
Text Example
Text Example
White with #CC1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1030; }
p { color: rgb(204,16,48); }
H1.HeaderClassName
{
color: #CC1030;
}
.AnyTagClassName
{
color: #CC1030;
}
</style>
background-color css
<style>
a { background-color: #CC1030; }
a { background-color: rgb(204,16,48); }
div.DivClassName
{
background-color: #CC1030;
}
.BgClassName
{
background-color: #CC1030;
}
</style>
border-color css
<style>
span { border-color: #CC1030; }
span { border-color: rgb(204,16,48); }
td.TdClassName
{
border-color: #CC1030;
}
.TagClassName
{
border-color: #CC1030;
}
</style>