Shades of Venetian Red #CC0A1F
Tints of Venetian Red #CC0A1F
RGB
CMYK
RGB Variations
Color information
#CC0A1F (or 0xCC0A1F) is known color: Venetian Red. HEX triplet: CC, 0A and 1F. RGB value is (204,10,31). Sum of RGB (Red+Green+Blue) = 204+10+31=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0A1F is #33F5E0. Grayscale: #464646. Windows color (decimal): -3405281 or 2034380. OLE color: 2034380.
HSL color Cylindrical-coordinate representation of color #CC0A1F: hue angle of 353.51º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0A1F is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 10 | 31 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.2 |
| HSL | 353.51º | 0.91% | 0.42% | - |
| HSV(B) | 353.51º | 0.95% | 0.8% | - |
| XYZ | 25.26 | 13.15 | 2.5 | - |
| YUV | 70.4 | 105.77 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 31 | 0 | 0.95 | 0.85 | 0.2 | 353.51 | 0.91 | 0.42 |
| Hex | CC | A | 1F | 0 | 5F | 55 | 14 | 162 | 5B | 2A |
| Octal | 314 | 12 | 37 | 0 | 137 | 125 | 24 | 542 | 133 | 52 |
| Binary | 11001100 | 1010 | 11111 | 0 | 1011111 | 1010101 | 10100 | 101100010 | 1011011 | 101010 |
Color Harmonies of #CC0A1F
Complementary color
Monochromatic Colors of #CC0A1F
Black with #CC0A1F
Text Example
Text Example
White with #CC0A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0A1F; }
p { color: rgb(204,10,31); }
H1.HeaderClassName
{
color: #CC0A1F;
}
.AnyTagClassName
{
color: #CC0A1F;
}
</style>
background-color css
<style>
a { background-color: #CC0A1F; }
a { background-color: rgb(204,10,31); }
div.DivClassName
{
background-color: #CC0A1F;
}
.BgClassName
{
background-color: #CC0A1F;
}
</style>
border-color css
<style>
span { border-color: #CC0A1F; }
span { border-color: rgb(204,10,31); }
td.TdClassName
{
border-color: #CC0A1F;
}
.TagClassName
{
border-color: #CC0A1F;
}
</style>