Shades of Venetian Red #C3011F
Tints of Venetian Red #C3011F
RGB
CMYK
RGB Variations
Color information
#C3011F (or 0xC3011F) is known color: Venetian Red. HEX triplet: C3, 01 and 1F. RGB value is (195,1,31). Sum of RGB (Red+Green+Blue) = 195+1+31=227 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.90% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 195 - color contains mainly: red. Hex color #C3011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3011F is #3CFEE0. Grayscale: #3E3E3E. Windows color (decimal): -3997409 or 2032067. OLE color: 2032067.
HSL color Cylindrical-coordinate representation of color #C3011F: hue angle of 350.72º 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 #C3011F is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.24 |
| HSL | 350.72º | 0.99% | 0.38% | - |
| HSV(B) | 350.72º | 0.99% | 0.76% | - |
| XYZ | 22.76 | 11.72 | 2.36 | - |
| YUV | 62.43 | 110.27 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 31 | 0 | 0.99 | 0.84 | 0.24 | 350.72 | 0.99 | 0.38 |
| Hex | C3 | 1 | 1F | 0 | 63 | 54 | 18 | 15F | 63 | 26 |
| Octal | 303 | 1 | 37 | 0 | 143 | 124 | 30 | 537 | 143 | 46 |
| Binary | 11000011 | 1 | 11111 | 0 | 1100011 | 1010100 | 11000 | 101011111 | 1100011 | 100110 |
Color Harmonies of #C3011F
Complementary color
Monochromatic Colors of #C3011F
Black with #C3011F
Text Example
Text Example
White with #C3011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3011F; }
p { color: rgb(195,1,31); }
H1.HeaderClassName
{
color: #C3011F;
}
.AnyTagClassName
{
color: #C3011F;
}
</style>
background-color css
<style>
a { background-color: #C3011F; }
a { background-color: rgb(195,1,31); }
div.DivClassName
{
background-color: #C3011F;
}
.BgClassName
{
background-color: #C3011F;
}
</style>
border-color css
<style>
span { border-color: #C3011F; }
span { border-color: rgb(195,1,31); }
td.TdClassName
{
border-color: #C3011F;
}
.TagClassName
{
border-color: #C3011F;
}
</style>