Shades of Venetian Red #CC030D
Tints of Venetian Red #CC030D
RGB
CMYK
RGB Variations
Color information
#CC030D (or 0xCC030D) is known color: Venetian Red. HEX triplet: CC, 03 and 0D. RGB value is (204,3,13). Sum of RGB (Red+Green+Blue) = 204+3+13=220 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.73% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 204 - color contains mainly: red. Hex color #CC030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC030D is #33FCF2. Grayscale: #404040. Windows color (decimal): -3407091 or 852940. OLE color: 852940.
HSL color Cylindrical-coordinate representation of color #CC030D: hue angle of 357.01º 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 #CC030D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.2 |
| HSL | 357.01º | 0.97% | 0.41% | - |
| HSV(B) | 357.01º | 0.99% | 0.8% | - |
| XYZ | 25.01 | 12.93 | 1.56 | - |
| YUV | 64.24 | 99.09 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 13 | 0 | 0.99 | 0.94 | 0.2 | 357.01 | 0.97 | 0.41 |
| Hex | CC | 3 | D | 0 | 63 | 5E | 14 | 165 | 61 | 29 |
| Octal | 314 | 3 | 15 | 0 | 143 | 136 | 24 | 545 | 141 | 51 |
| Binary | 11001100 | 11 | 1101 | 0 | 1100011 | 1011110 | 10100 | 101100101 | 1100001 | 101001 |
Color Harmonies of #CC030D
Complementary color
Monochromatic Colors of #CC030D
Black with #CC030D
Text Example
Text Example
White with #CC030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC030D; }
p { color: rgb(204,3,13); }
H1.HeaderClassName
{
color: #CC030D;
}
.AnyTagClassName
{
color: #CC030D;
}
</style>
background-color css
<style>
a { background-color: #CC030D; }
a { background-color: rgb(204,3,13); }
div.DivClassName
{
background-color: #CC030D;
}
.BgClassName
{
background-color: #CC030D;
}
</style>
border-color css
<style>
span { border-color: #CC030D; }
span { border-color: rgb(204,3,13); }
td.TdClassName
{
border-color: #CC030D;
}
.TagClassName
{
border-color: #CC030D;
}
</style>