Shades of Venetian Red #CC061C
Tints of Venetian Red #CC061C
RGB
CMYK
RGB Variations
Color information
#CC061C (or 0xCC061C) is known color: Venetian Red. HEX triplet: CC, 06 and 1C. RGB value is (204,6,28). Sum of RGB (Red+Green+Blue) = 204+6+28=238 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.71% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 204 - color contains mainly: red. Hex color #CC061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC061C is #33F9E3. Grayscale: #434343. Windows color (decimal): -3406308 or 1836748. OLE color: 1836748.
HSL color Cylindrical-coordinate representation of color #CC061C: hue angle of 353.33º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC061C is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 28 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.2 |
| HSL | 353.33º | 0.94% | 0.41% | - |
| HSV(B) | 353.33º | 0.97% | 0.8% | - |
| XYZ | 25.18 | 13.05 | 2.29 | - |
| YUV | 67.71 | 105.6 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 28 | 0 | 0.97 | 0.86 | 0.2 | 353.33 | 0.94 | 0.41 |
| Hex | CC | 6 | 1C | 0 | 61 | 56 | 14 | 161 | 5E | 29 |
| Octal | 314 | 6 | 34 | 0 | 141 | 126 | 24 | 541 | 136 | 51 |
| Binary | 11001100 | 110 | 11100 | 0 | 1100001 | 1010110 | 10100 | 101100001 | 1011110 | 101001 |
Color Harmonies of #CC061C
Complementary color
Monochromatic Colors of #CC061C
Black with #CC061C
Text Example
Text Example
White with #CC061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC061C; }
p { color: rgb(204,6,28); }
H1.HeaderClassName
{
color: #CC061C;
}
.AnyTagClassName
{
color: #CC061C;
}
</style>
background-color css
<style>
a { background-color: #CC061C; }
a { background-color: rgb(204,6,28); }
div.DivClassName
{
background-color: #CC061C;
}
.BgClassName
{
background-color: #CC061C;
}
</style>
border-color css
<style>
span { border-color: #CC061C; }
span { border-color: rgb(204,6,28); }
td.TdClassName
{
border-color: #CC061C;
}
.TagClassName
{
border-color: #CC061C;
}
</style>