Shades of Venetian Red #CC040B
Tints of Venetian Red #CC040B
RGB
CMYK
RGB Variations
Color information
#CC040B (or 0xCC040B) is known color: Venetian Red. HEX triplet: CC, 04 and 0B. RGB value is (204,4,11). Sum of RGB (Red+Green+Blue) = 204+4+11=219 (29% of max value = 765). Red value is 204 (80.08% from 255 or 93.15% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 204 - color contains mainly: red. Hex color #CC040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC040B is #33FBF4. Grayscale: #404040. Windows color (decimal): -3406837 or 722124. OLE color: 722124.
HSL color Cylindrical-coordinate representation of color #CC040B: hue angle of 357.9º degrees, saturation: 0.96, 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 #CC040B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.2 |
| HSL | 357.9º | 0.96% | 0.41% | - |
| HSV(B) | 357.9º | 0.98% | 0.8% | - |
| XYZ | 25.01 | 12.95 | 1.5 | - |
| YUV | 64.6 | 97.76 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 11 | 0 | 0.98 | 0.95 | 0.2 | 357.9 | 0.96 | 0.41 |
| Hex | CC | 4 | B | 0 | 62 | 5F | 14 | 166 | 60 | 29 |
| Octal | 314 | 4 | 13 | 0 | 142 | 137 | 24 | 546 | 140 | 51 |
| Binary | 11001100 | 100 | 1011 | 0 | 1100010 | 1011111 | 10100 | 101100110 | 1100000 | 101001 |
Color Harmonies of #CC040B
Complementary color
Monochromatic Colors of #CC040B
Black with #CC040B
Text Example
Text Example
White with #CC040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC040B; }
p { color: rgb(204,4,11); }
H1.HeaderClassName
{
color: #CC040B;
}
.AnyTagClassName
{
color: #CC040B;
}
</style>
background-color css
<style>
a { background-color: #CC040B; }
a { background-color: rgb(204,4,11); }
div.DivClassName
{
background-color: #CC040B;
}
.BgClassName
{
background-color: #CC040B;
}
</style>
border-color css
<style>
span { border-color: #CC040B; }
span { border-color: rgb(204,4,11); }
td.TdClassName
{
border-color: #CC040B;
}
.TagClassName
{
border-color: #CC040B;
}
</style>