Shades of Venetian Red #CC0919
Tints of Venetian Red #CC0919
RGB
CMYK
RGB Variations
Color information
#CC0919 (or 0xCC0919) is known color: Venetian Red. HEX triplet: CC, 09 and 19. RGB value is (204,9,25). Sum of RGB (Red+Green+Blue) = 204+9+25=238 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.71% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0919 is #33F6E6. Grayscale: #454545. Windows color (decimal): -3405543 or 1640908. OLE color: 1640908.
HSL color Cylindrical-coordinate representation of color #CC0919: hue angle of 355.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0919 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 25 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.2 |
| HSL | 355.08º | 0.92% | 0.42% | - |
| HSV(B) | 355.08º | 0.96% | 0.8% | - |
| XYZ | 25.18 | 13.1 | 2.12 | - |
| YUV | 69.13 | 103.1 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 25 | 0 | 0.96 | 0.88 | 0.2 | 355.08 | 0.92 | 0.42 |
| Hex | CC | 9 | 19 | 0 | 60 | 58 | 14 | 163 | 5C | 2A |
| Octal | 314 | 11 | 31 | 0 | 140 | 130 | 24 | 543 | 134 | 52 |
| Binary | 11001100 | 1001 | 11001 | 0 | 1100000 | 1011000 | 10100 | 101100011 | 1011100 | 101010 |
Color Harmonies of #CC0919
Complementary color
Monochromatic Colors of #CC0919
Black with #CC0919
Text Example
Text Example
White with #CC0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0919; }
p { color: rgb(204,9,25); }
H1.HeaderClassName
{
color: #CC0919;
}
.AnyTagClassName
{
color: #CC0919;
}
</style>
background-color css
<style>
a { background-color: #CC0919; }
a { background-color: rgb(204,9,25); }
div.DivClassName
{
background-color: #CC0919;
}
.BgClassName
{
background-color: #CC0919;
}
</style>
border-color css
<style>
span { border-color: #CC0919; }
span { border-color: rgb(204,9,25); }
td.TdClassName
{
border-color: #CC0919;
}
.TagClassName
{
border-color: #CC0919;
}
</style>