Shades of Venetian Red #CC0626
Tints of Venetian Red #CC0626
RGB
CMYK
RGB Variations
Color information
#CC0626 (or 0xCC0626) is known color: Venetian Red. HEX triplet: CC, 06 and 26. RGB value is (204,6,38). Sum of RGB (Red+Green+Blue) = 204+6+38=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0626 is #33F9D9. Grayscale: #444444. Windows color (decimal): -3406298 or 2492108. OLE color: 2492108.
HSL color Cylindrical-coordinate representation of color #CC0626: hue angle of 350.3º 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 #CC0626 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 38 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.2 |
| HSL | 350.3º | 0.94% | 0.41% | - |
| HSV(B) | 350.3º | 0.97% | 0.8% | - |
| XYZ | 25.32 | 13.11 | 3.03 | - |
| YUV | 68.85 | 110.6 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 38 | 0 | 0.97 | 0.81 | 0.2 | 350.3 | 0.94 | 0.41 |
| Hex | CC | 6 | 26 | 0 | 61 | 51 | 14 | 15E | 5E | 29 |
| Octal | 314 | 6 | 46 | 0 | 141 | 121 | 24 | 536 | 136 | 51 |
| Binary | 11001100 | 110 | 100110 | 0 | 1100001 | 1010001 | 10100 | 101011110 | 1011110 | 101001 |
Color Harmonies of #CC0626
Complementary color
Monochromatic Colors of #CC0626
Black with #CC0626
Text Example
Text Example
White with #CC0626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0626; }
p { color: rgb(204,6,38); }
H1.HeaderClassName
{
color: #CC0626;
}
.AnyTagClassName
{
color: #CC0626;
}
</style>
background-color css
<style>
a { background-color: #CC0626; }
a { background-color: rgb(204,6,38); }
div.DivClassName
{
background-color: #CC0626;
}
.BgClassName
{
background-color: #CC0626;
}
</style>
border-color css
<style>
span { border-color: #CC0626; }
span { border-color: rgb(204,6,38); }
td.TdClassName
{
border-color: #CC0626;
}
.TagClassName
{
border-color: #CC0626;
}
</style>