Shades of Venetian Red #CC051A
Tints of Venetian Red #CC051A
RGB
CMYK
RGB Variations
Color information
#CC051A (or 0xCC051A) is known color: Venetian Red. HEX triplet: CC, 05 and 1A. RGB value is (204,5,26). Sum of RGB (Red+Green+Blue) = 204+5+26=235 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.81% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 204 - color contains mainly: red. Hex color #CC051A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC051A is #33FAE5. Grayscale: #434343. Windows color (decimal): -3406566 or 1705420. OLE color: 1705420.
HSL color Cylindrical-coordinate representation of color #CC051A: hue angle of 353.67º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC051A is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 26 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.2 |
| HSL | 353.67º | 0.95% | 0.41% | - |
| HSV(B) | 353.67º | 0.98% | 0.8% | - |
| XYZ | 25.14 | 13.02 | 2.17 | - |
| YUV | 66.9 | 104.93 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 26 | 0 | 0.98 | 0.87 | 0.2 | 353.67 | 0.95 | 0.41 |
| Hex | CC | 5 | 1A | 0 | 62 | 57 | 14 | 162 | 5F | 29 |
| Octal | 314 | 5 | 32 | 0 | 142 | 127 | 24 | 542 | 137 | 51 |
| Binary | 11001100 | 101 | 11010 | 0 | 1100010 | 1010111 | 10100 | 101100010 | 1011111 | 101001 |
Color Harmonies of #CC051A
Complementary color
Monochromatic Colors of #CC051A
Black with #CC051A
Text Example
Text Example
White with #CC051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC051A; }
p { color: rgb(204,5,26); }
H1.HeaderClassName
{
color: #CC051A;
}
.AnyTagClassName
{
color: #CC051A;
}
</style>
background-color css
<style>
a { background-color: #CC051A; }
a { background-color: rgb(204,5,26); }
div.DivClassName
{
background-color: #CC051A;
}
.BgClassName
{
background-color: #CC051A;
}
</style>
border-color css
<style>
span { border-color: #CC051A; }
span { border-color: rgb(204,5,26); }
td.TdClassName
{
border-color: #CC051A;
}
.TagClassName
{
border-color: #CC051A;
}
</style>