Shades of Venetian Red #C3011B
Tints of Venetian Red #C3011B
RGB
CMYK
RGB Variations
Color information
#C3011B (or 0xC3011B) is known color: Venetian Red. HEX triplet: C3, 01 and 1B. RGB value is (195,1,27). Sum of RGB (Red+Green+Blue) = 195+1+27=223 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.44% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 195 - color contains mainly: red. Hex color #C3011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3011B is #3CFEE4. Grayscale: #3E3E3E. Windows color (decimal): -3997413 or 1769923. OLE color: 1769923.
HSL color Cylindrical-coordinate representation of color #C3011B: hue angle of 351.96º 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 #C3011B is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.24 |
| HSL | 351.96º | 0.99% | 0.38% | - |
| HSV(B) | 351.96º | 0.99% | 0.76% | - |
| XYZ | 22.71 | 11.7 | 2.1 | - |
| YUV | 61.97 | 108.27 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 27 | 0 | 0.99 | 0.86 | 0.24 | 351.96 | 0.99 | 0.38 |
| Hex | C3 | 1 | 1B | 0 | 63 | 56 | 18 | 160 | 63 | 26 |
| Octal | 303 | 1 | 33 | 0 | 143 | 126 | 30 | 540 | 143 | 46 |
| Binary | 11000011 | 1 | 11011 | 0 | 1100011 | 1010110 | 11000 | 101100000 | 1100011 | 100110 |
Color Harmonies of #C3011B
Complementary color
Monochromatic Colors of #C3011B
Black with #C3011B
Text Example
Text Example
White with #C3011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3011B; }
p { color: rgb(195,1,27); }
H1.HeaderClassName
{
color: #C3011B;
}
.AnyTagClassName
{
color: #C3011B;
}
</style>
background-color css
<style>
a { background-color: #C3011B; }
a { background-color: rgb(195,1,27); }
div.DivClassName
{
background-color: #C3011B;
}
.BgClassName
{
background-color: #C3011B;
}
</style>
border-color css
<style>
span { border-color: #C3011B; }
span { border-color: rgb(195,1,27); }
td.TdClassName
{
border-color: #C3011B;
}
.TagClassName
{
border-color: #C3011B;
}
</style>