Shades of Venetian Red #C3031C
Tints of Venetian Red #C3031C
RGB
CMYK
RGB Variations
Color information
#C3031C (or 0xC3031C) is known color: Venetian Red. HEX triplet: C3, 03 and 1C. RGB value is (195,3,28). Sum of RGB (Red+Green+Blue) = 195+3+28=226 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.28% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 195 - color contains mainly: red. Hex color #C3031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3031C is #3CFCE3. Grayscale: #3F3F3F. Windows color (decimal): -3996900 or 1835971. OLE color: 1835971.
HSL color Cylindrical-coordinate representation of color #C3031C: hue angle of 352.19º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3031C is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.24 |
| HSL | 352.19º | 0.97% | 0.39% | - |
| HSV(B) | 352.19º | 0.98% | 0.76% | - |
| XYZ | 22.75 | 11.75 | 2.17 | - |
| YUV | 63.26 | 108.11 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 28 | 0 | 0.98 | 0.86 | 0.24 | 352.19 | 0.97 | 0.39 |
| Hex | C3 | 3 | 1C | 0 | 62 | 56 | 18 | 160 | 61 | 27 |
| Octal | 303 | 3 | 34 | 0 | 142 | 126 | 30 | 540 | 141 | 47 |
| Binary | 11000011 | 11 | 11100 | 0 | 1100010 | 1010110 | 11000 | 101100000 | 1100001 | 100111 |
Color Harmonies of #C3031C
Complementary color
Monochromatic Colors of #C3031C
Black with #C3031C
Text Example
Text Example
White with #C3031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3031C; }
p { color: rgb(195,3,28); }
H1.HeaderClassName
{
color: #C3031C;
}
.AnyTagClassName
{
color: #C3031C;
}
</style>
background-color css
<style>
a { background-color: #C3031C; }
a { background-color: rgb(195,3,28); }
div.DivClassName
{
background-color: #C3031C;
}
.BgClassName
{
background-color: #C3031C;
}
</style>
border-color css
<style>
span { border-color: #C3031C; }
span { border-color: rgb(195,3,28); }
td.TdClassName
{
border-color: #C3031C;
}
.TagClassName
{
border-color: #C3031C;
}
</style>