Shades of Venetian Red #CC031F
Tints of Venetian Red #CC031F
RGB
CMYK
RGB Variations
Color information
#CC031F (or 0xCC031F) is known color: Venetian Red. HEX triplet: CC, 03 and 1F. RGB value is (204,3,31). Sum of RGB (Red+Green+Blue) = 204+3+31=238 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.71% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 204 - color contains mainly: red. Hex color #CC031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC031F is #33FCE0. Grayscale: #424242. Windows color (decimal): -3407073 or 2032588. OLE color: 2032588.
HSL color Cylindrical-coordinate representation of color #CC031F: hue angle of 351.64º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC031F is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.2 |
| HSL | 351.64º | 0.97% | 0.41% | - |
| HSV(B) | 351.64º | 0.99% | 0.8% | - |
| XYZ | 25.18 | 13 | 2.48 | - |
| YUV | 66.29 | 108.09 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 31 | 0 | 0.99 | 0.85 | 0.2 | 351.64 | 0.97 | 0.41 |
| Hex | CC | 3 | 1F | 0 | 63 | 55 | 14 | 160 | 61 | 29 |
| Octal | 314 | 3 | 37 | 0 | 143 | 125 | 24 | 540 | 141 | 51 |
| Binary | 11001100 | 11 | 11111 | 0 | 1100011 | 1010101 | 10100 | 101100000 | 1100001 | 101001 |
Color Harmonies of #CC031F
Complementary color
Monochromatic Colors of #CC031F
Black with #CC031F
Text Example
Text Example
White with #CC031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC031F; }
p { color: rgb(204,3,31); }
H1.HeaderClassName
{
color: #CC031F;
}
.AnyTagClassName
{
color: #CC031F;
}
</style>
background-color css
<style>
a { background-color: #CC031F; }
a { background-color: rgb(204,3,31); }
div.DivClassName
{
background-color: #CC031F;
}
.BgClassName
{
background-color: #CC031F;
}
</style>
border-color css
<style>
span { border-color: #CC031F; }
span { border-color: rgb(204,3,31); }
td.TdClassName
{
border-color: #CC031F;
}
.TagClassName
{
border-color: #CC031F;
}
</style>