Shades of Venetian Red #C3011D
Tints of Venetian Red #C3011D
RGB
CMYK
RGB Variations
Color information
#C3011D (or 0xC3011D) is known color: Venetian Red. HEX triplet: C3, 01 and 1D. RGB value is (195,1,29). Sum of RGB (Red+Green+Blue) = 195+1+29=225 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.67% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 195 - color contains mainly: red. Hex color #C3011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3011D is #3CFEE2. Grayscale: #3E3E3E. Windows color (decimal): -3997411 or 1900995. OLE color: 1900995.
HSL color Cylindrical-coordinate representation of color #C3011D: hue angle of 351.34º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3011D is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.24 |
| HSL | 351.34º | 0.99% | 0.38% | - |
| HSV(B) | 351.34º | 0.99% | 0.76% | - |
| XYZ | 22.74 | 11.71 | 2.22 | - |
| YUV | 62.2 | 109.27 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 29 | 0 | 0.99 | 0.85 | 0.24 | 351.34 | 0.99 | 0.38 |
| Hex | C3 | 1 | 1D | 0 | 63 | 55 | 18 | 15F | 63 | 26 |
| Octal | 303 | 1 | 35 | 0 | 143 | 125 | 30 | 537 | 143 | 46 |
| Binary | 11000011 | 1 | 11101 | 0 | 1100011 | 1010101 | 11000 | 101011111 | 1100011 | 100110 |
Color Harmonies of #C3011D
Complementary color
Monochromatic Colors of #C3011D
Black with #C3011D
Text Example
Text Example
White with #C3011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3011D; }
p { color: rgb(195,1,29); }
H1.HeaderClassName
{
color: #C3011D;
}
.AnyTagClassName
{
color: #C3011D;
}
</style>
background-color css
<style>
a { background-color: #C3011D; }
a { background-color: rgb(195,1,29); }
div.DivClassName
{
background-color: #C3011D;
}
.BgClassName
{
background-color: #C3011D;
}
</style>
border-color css
<style>
span { border-color: #C3011D; }
span { border-color: rgb(195,1,29); }
td.TdClassName
{
border-color: #C3011D;
}
.TagClassName
{
border-color: #C3011D;
}
</style>