Shades of Venetian Red #CC0618
Tints of Venetian Red #CC0618
RGB
CMYK
RGB Variations
Color information
#CC0618 (or 0xCC0618) is known color: Venetian Red. HEX triplet: CC, 06 and 18. RGB value is (204,6,24). Sum of RGB (Red+Green+Blue) = 204+6+24=234 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.18% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0618 is #33F9E7. Grayscale: #434343. Windows color (decimal): -3406312 or 1574604. OLE color: 1574604.
HSL color Cylindrical-coordinate representation of color #CC0618: hue angle of 354.55º 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 #CC0618 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 24 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.2 |
| HSL | 354.55º | 0.94% | 0.41% | - |
| HSV(B) | 354.55º | 0.97% | 0.8% | - |
| XYZ | 25.13 | 13.03 | 2.06 | - |
| YUV | 67.25 | 103.6 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 24 | 0 | 0.97 | 0.88 | 0.2 | 354.55 | 0.94 | 0.41 |
| Hex | CC | 6 | 18 | 0 | 61 | 58 | 14 | 163 | 5E | 29 |
| Octal | 314 | 6 | 30 | 0 | 141 | 130 | 24 | 543 | 136 | 51 |
| Binary | 11001100 | 110 | 11000 | 0 | 1100001 | 1011000 | 10100 | 101100011 | 1011110 | 101001 |
Color Harmonies of #CC0618
Complementary color
Monochromatic Colors of #CC0618
Black with #CC0618
Text Example
Text Example
White with #CC0618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0618; }
p { color: rgb(204,6,24); }
H1.HeaderClassName
{
color: #CC0618;
}
.AnyTagClassName
{
color: #CC0618;
}
</style>
background-color css
<style>
a { background-color: #CC0618; }
a { background-color: rgb(204,6,24); }
div.DivClassName
{
background-color: #CC0618;
}
.BgClassName
{
background-color: #CC0618;
}
</style>
border-color css
<style>
span { border-color: #CC0618; }
span { border-color: rgb(204,6,24); }
td.TdClassName
{
border-color: #CC0618;
}
.TagClassName
{
border-color: #CC0618;
}
</style>