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