Shades of Venetian Red #CC0121
Tints of Venetian Red #CC0121
RGB
CMYK
RGB Variations
Color information
#CC0121 (or 0xCC0121) is known color: Venetian Red. HEX triplet: CC, 01 and 21. RGB value is (204,1,33). Sum of RGB (Red+Green+Blue) = 204+1+33=238 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.71% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0121 is #33FEDE. Grayscale: #414141. Windows color (decimal): -3407583 or 2163148. OLE color: 2163148.
HSL color Cylindrical-coordinate representation of color #CC0121: hue angle of 350.54º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0121 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 33 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.2 |
| HSL | 350.54º | 0.99% | 0.4% | - |
| HSV(B) | 350.54º | 1% | 0.8% | - |
| XYZ | 25.19 | 12.97 | 2.61 | - |
| YUV | 65.35 | 109.75 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 33 | 0 | 1.00 | 0.84 | 0.2 | 350.54 | 0.99 | 0.4 |
| Hex | CC | 1 | 21 | 0 | 64 | 54 | 14 | 15F | 63 | 28 |
| Octal | 314 | 1 | 41 | 0 | 144 | 124 | 24 | 537 | 143 | 50 |
| Binary | 11001100 | 1 | 100001 | 0 | 1100100 | 1010100 | 10100 | 101011111 | 1100011 | 101000 |
Color Harmonies of #CC0121
Complementary color
Monochromatic Colors of #CC0121
Black with #CC0121
Text Example
Text Example
White with #CC0121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0121; }
p { color: rgb(204,1,33); }
H1.HeaderClassName
{
color: #CC0121;
}
.AnyTagClassName
{
color: #CC0121;
}
</style>
background-color css
<style>
a { background-color: #CC0121; }
a { background-color: rgb(204,1,33); }
div.DivClassName
{
background-color: #CC0121;
}
.BgClassName
{
background-color: #CC0121;
}
</style>
border-color css
<style>
span { border-color: #CC0121; }
span { border-color: rgb(204,1,33); }
td.TdClassName
{
border-color: #CC0121;
}
.TagClassName
{
border-color: #CC0121;
}
</style>