Shades of Venetian Red #CC050B
Tints of Venetian Red #CC050B
RGB
CMYK
RGB Variations
Color information
#CC050B (or 0xCC050B) is known color: Venetian Red. HEX triplet: CC, 05 and 0B. RGB value is (204,5,11). Sum of RGB (Red+Green+Blue) = 204+5+11=220 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.73% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 204 - color contains mainly: red. Hex color #CC050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC050B is #33FAF4. Grayscale: #414141. Windows color (decimal): -3406581 or 722380. OLE color: 722380.
HSL color Cylindrical-coordinate representation of color #CC050B: hue angle of 358.19º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC050B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.2 |
| HSL | 358.19º | 0.95% | 0.41% | - |
| HSV(B) | 358.19º | 0.98% | 0.8% | - |
| XYZ | 25.02 | 12.97 | 1.5 | - |
| YUV | 65.19 | 97.43 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 11 | 0 | 0.98 | 0.95 | 0.2 | 358.19 | 0.95 | 0.41 |
| Hex | CC | 5 | B | 0 | 62 | 5F | 14 | 166 | 5F | 29 |
| Octal | 314 | 5 | 13 | 0 | 142 | 137 | 24 | 546 | 137 | 51 |
| Binary | 11001100 | 101 | 1011 | 0 | 1100010 | 1011111 | 10100 | 101100110 | 1011111 | 101001 |
Color Harmonies of #CC050B
Complementary color
Monochromatic Colors of #CC050B
Black with #CC050B
Text Example
Text Example
White with #CC050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC050B; }
p { color: rgb(204,5,11); }
H1.HeaderClassName
{
color: #CC050B;
}
.AnyTagClassName
{
color: #CC050B;
}
</style>
background-color css
<style>
a { background-color: #CC050B; }
a { background-color: rgb(204,5,11); }
div.DivClassName
{
background-color: #CC050B;
}
.BgClassName
{
background-color: #CC050B;
}
</style>
border-color css
<style>
span { border-color: #CC050B; }
span { border-color: rgb(204,5,11); }
td.TdClassName
{
border-color: #CC050B;
}
.TagClassName
{
border-color: #CC050B;
}
</style>