Shades of Venetian Red #CC081F
Tints of Venetian Red #CC081F
RGB
CMYK
RGB Variations
Color information
#CC081F (or 0xCC081F) is known color: Venetian Red. HEX triplet: CC, 08 and 1F. RGB value is (204,8,31). Sum of RGB (Red+Green+Blue) = 204+8+31=243 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.95% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 204 - color contains mainly: red. Hex color #CC081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC081F is #33F7E0. Grayscale: #454545. Windows color (decimal): -3405793 or 2033868. OLE color: 2033868.
HSL color Cylindrical-coordinate representation of color #CC081F: hue angle of 352.96º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC081F is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 31 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.2 |
| HSL | 352.96º | 0.92% | 0.42% | - |
| HSV(B) | 352.96º | 0.96% | 0.8% | - |
| XYZ | 25.24 | 13.11 | 2.5 | - |
| YUV | 69.23 | 106.43 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 31 | 0 | 0.96 | 0.85 | 0.2 | 352.96 | 0.92 | 0.42 |
| Hex | CC | 8 | 1F | 0 | 60 | 55 | 14 | 161 | 5C | 2A |
| Octal | 314 | 10 | 37 | 0 | 140 | 125 | 24 | 541 | 134 | 52 |
| Binary | 11001100 | 1000 | 11111 | 0 | 1100000 | 1010101 | 10100 | 101100001 | 1011100 | 101010 |
Color Harmonies of #CC081F
Complementary color
Monochromatic Colors of #CC081F
Black with #CC081F
Text Example
Text Example
White with #CC081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC081F; }
p { color: rgb(204,8,31); }
H1.HeaderClassName
{
color: #CC081F;
}
.AnyTagClassName
{
color: #CC081F;
}
</style>
background-color css
<style>
a { background-color: #CC081F; }
a { background-color: rgb(204,8,31); }
div.DivClassName
{
background-color: #CC081F;
}
.BgClassName
{
background-color: #CC081F;
}
</style>
border-color css
<style>
span { border-color: #CC081F; }
span { border-color: rgb(204,8,31); }
td.TdClassName
{
border-color: #CC081F;
}
.TagClassName
{
border-color: #CC081F;
}
</style>