Shades of Venetian Red #C3010E
Tints of Venetian Red #C3010E
RGB
CMYK
RGB Variations
Color information
#C3010E (or 0xC3010E) is known color: Venetian Red. HEX triplet: C3, 01 and 0E. RGB value is (195,1,14). Sum of RGB (Red+Green+Blue) = 195+1+14=210 (27% of max value = 765). Red value is 195 (76.56% from 255 or 92.86% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 195 - color contains mainly: red. Hex color #C3010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3010E is #3CFEF1. Grayscale: #3C3C3C. Windows color (decimal): -3997426 or 917955. OLE color: 917955.
HSL color Cylindrical-coordinate representation of color #C3010E: hue angle of 355.98º 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 #C3010E is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.24 |
| HSL | 355.98º | 0.99% | 0.38% | - |
| HSV(B) | 355.98º | 0.99% | 0.76% | - |
| XYZ | 22.6 | 11.66 | 1.47 | - |
| YUV | 60.49 | 101.77 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 14 | 0 | 0.99 | 0.93 | 0.24 | 355.98 | 0.99 | 0.38 |
| Hex | C3 | 1 | E | 0 | 63 | 5D | 18 | 164 | 63 | 26 |
| Octal | 303 | 1 | 16 | 0 | 143 | 135 | 30 | 544 | 143 | 46 |
| Binary | 11000011 | 1 | 1110 | 0 | 1100011 | 1011101 | 11000 | 101100100 | 1100011 | 100110 |
Color Harmonies of #C3010E
Complementary color
Monochromatic Colors of #C3010E
Black with #C3010E
Text Example
Text Example
White with #C3010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3010E; }
p { color: rgb(195,1,14); }
H1.HeaderClassName
{
color: #C3010E;
}
.AnyTagClassName
{
color: #C3010E;
}
</style>
background-color css
<style>
a { background-color: #C3010E; }
a { background-color: rgb(195,1,14); }
div.DivClassName
{
background-color: #C3010E;
}
.BgClassName
{
background-color: #C3010E;
}
</style>
border-color css
<style>
span { border-color: #C3010E; }
span { border-color: rgb(195,1,14); }
td.TdClassName
{
border-color: #C3010E;
}
.TagClassName
{
border-color: #C3010E;
}
</style>