Shades of Venetian Red #C0031F
Tints of Venetian Red #C0031F
RGB
CMYK
RGB Variations
Color information
#C0031F (or 0xC0031F) is known color: Venetian Red. HEX triplet: C0, 03 and 1F. RGB value is (192,3,31). Sum of RGB (Red+Green+Blue) = 192+3+31=226 (29% of max value = 765). Red value is 192 (75.39% from 255 or 84.96% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 192 - color contains mainly: red. Hex color #C0031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0031F is #3FFCE0. Grayscale: #3E3E3E. Windows color (decimal): -4193505 or 2032576. OLE color: 2032576.
HSL color Cylindrical-coordinate representation of color #C0031F: hue angle of 351.11º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0031F is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 31 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.25 |
| HSL | 351.11º | 0.97% | 0.38% | - |
| HSV(B) | 351.11º | 0.98% | 0.75% | - |
| XYZ | 22.02 | 11.37 | 2.33 | - |
| YUV | 62.7 | 110.12 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 31 | 0 | 0.98 | 0.84 | 0.25 | 351.11 | 0.97 | 0.38 |
| Hex | C0 | 3 | 1F | 0 | 62 | 54 | 19 | 15F | 61 | 26 |
| Octal | 300 | 3 | 37 | 0 | 142 | 124 | 31 | 537 | 141 | 46 |
| Binary | 11000000 | 11 | 11111 | 0 | 1100010 | 1010100 | 11001 | 101011111 | 1100001 | 100110 |
Color Harmonies of #C0031F
Complementary color
Monochromatic Colors of #C0031F
Black with #C0031F
Text Example
Text Example
White with #C0031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0031F; }
p { color: rgb(192,3,31); }
H1.HeaderClassName
{
color: #C0031F;
}
.AnyTagClassName
{
color: #C0031F;
}
</style>
background-color css
<style>
a { background-color: #C0031F; }
a { background-color: rgb(192,3,31); }
div.DivClassName
{
background-color: #C0031F;
}
.BgClassName
{
background-color: #C0031F;
}
</style>
border-color css
<style>
span { border-color: #C0031F; }
span { border-color: rgb(192,3,31); }
td.TdClassName
{
border-color: #C0031F;
}
.TagClassName
{
border-color: #C0031F;
}
</style>