Shades of Venetian Red #CC0314
Tints of Venetian Red #CC0314
RGB
CMYK
RGB Variations
Color information
#CC0314 (or 0xCC0314) is known color: Venetian Red. HEX triplet: CC, 03 and 14. RGB value is (204,3,20). Sum of RGB (Red+Green+Blue) = 204+3+20=227 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.87% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0314 is #33FCEB. Grayscale: #414141. Windows color (decimal): -3407084 or 1311692. OLE color: 1311692.
HSL color Cylindrical-coordinate representation of color #CC0314: hue angle of 354.93º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0314 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 20 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.2 |
| HSL | 354.93º | 0.97% | 0.41% | - |
| HSV(B) | 354.93º | 0.99% | 0.8% | - |
| XYZ | 25.06 | 12.95 | 1.84 | - |
| YUV | 65.04 | 102.59 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 20 | 0 | 0.99 | 0.90 | 0.2 | 354.93 | 0.97 | 0.41 |
| Hex | CC | 3 | 14 | 0 | 63 | 5A | 14 | 163 | 61 | 29 |
| Octal | 314 | 3 | 24 | 0 | 143 | 132 | 24 | 543 | 141 | 51 |
| Binary | 11001100 | 11 | 10100 | 0 | 1100011 | 1011010 | 10100 | 101100011 | 1100001 | 101001 |
Color Harmonies of #CC0314
Complementary color
Monochromatic Colors of #CC0314
Black with #CC0314
Text Example
Text Example
White with #CC0314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0314; }
p { color: rgb(204,3,20); }
H1.HeaderClassName
{
color: #CC0314;
}
.AnyTagClassName
{
color: #CC0314;
}
</style>
background-color css
<style>
a { background-color: #CC0314; }
a { background-color: rgb(204,3,20); }
div.DivClassName
{
background-color: #CC0314;
}
.BgClassName
{
background-color: #CC0314;
}
</style>
border-color css
<style>
span { border-color: #CC0314; }
span { border-color: rgb(204,3,20); }
td.TdClassName
{
border-color: #CC0314;
}
.TagClassName
{
border-color: #CC0314;
}
</style>