Shades of Venetian Red #CC051D
Tints of Venetian Red #CC051D
RGB
CMYK
RGB Variations
Color information
#CC051D (or 0xCC051D) is known color: Venetian Red. HEX triplet: CC, 05 and 1D. RGB value is (204,5,29). Sum of RGB (Red+Green+Blue) = 204+5+29=238 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.71% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 204 - color contains mainly: red. Hex color #CC051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC051D is #33FAE2. Grayscale: #434343. Windows color (decimal): -3406563 or 1902028. OLE color: 1902028.
HSL color Cylindrical-coordinate representation of color #CC051D: hue angle of 352.76º 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 #CC051D is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 29 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.2 |
| HSL | 352.76º | 0.95% | 0.41% | - |
| HSV(B) | 352.76º | 0.98% | 0.8% | - |
| XYZ | 25.18 | 13.03 | 2.35 | - |
| YUV | 67.24 | 106.43 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 29 | 0 | 0.98 | 0.86 | 0.2 | 352.76 | 0.95 | 0.41 |
| Hex | CC | 5 | 1D | 0 | 62 | 56 | 14 | 161 | 5F | 29 |
| Octal | 314 | 5 | 35 | 0 | 142 | 126 | 24 | 541 | 137 | 51 |
| Binary | 11001100 | 101 | 11101 | 0 | 1100010 | 1010110 | 10100 | 101100001 | 1011111 | 101001 |
Color Harmonies of #CC051D
Complementary color
Monochromatic Colors of #CC051D
Black with #CC051D
Text Example
Text Example
White with #CC051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC051D; }
p { color: rgb(204,5,29); }
H1.HeaderClassName
{
color: #CC051D;
}
.AnyTagClassName
{
color: #CC051D;
}
</style>
background-color css
<style>
a { background-color: #CC051D; }
a { background-color: rgb(204,5,29); }
div.DivClassName
{
background-color: #CC051D;
}
.BgClassName
{
background-color: #CC051D;
}
</style>
border-color css
<style>
span { border-color: #CC051D; }
span { border-color: rgb(204,5,29); }
td.TdClassName
{
border-color: #CC051D;
}
.TagClassName
{
border-color: #CC051D;
}
</style>