Shades of Venetian Red #C3012D
Tints of Venetian Red #C3012D
RGB
CMYK
RGB Variations
Color information
#C3012D (or 0xC3012D) is known color: Venetian Red. HEX triplet: C3, 01 and 2D. RGB value is (195,1,45). Sum of RGB (Red+Green+Blue) = 195+1+45=241 (31% of max value = 765). Red value is 195 (76.56% from 255 or 80.91% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 195 - color contains mainly: red. Hex color #C3012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3012D is #3CFED2. Grayscale: #404040. Windows color (decimal): -3997395 or 2949571. OLE color: 2949571.
HSL color Cylindrical-coordinate representation of color #C3012D: hue angle of 346.39º 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 #C3012D is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.24 |
| HSL | 346.39º | 0.99% | 0.38% | - |
| HSV(B) | 346.39º | 0.99% | 0.76% | - |
| XYZ | 22.99 | 11.81 | 3.55 | - |
| YUV | 64.02 | 117.27 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 45 | 0 | 0.99 | 0.77 | 0.24 | 346.39 | 0.99 | 0.38 |
| Hex | C3 | 1 | 2D | 0 | 63 | 4D | 18 | 15A | 63 | 26 |
| Octal | 303 | 1 | 55 | 0 | 143 | 115 | 30 | 532 | 143 | 46 |
| Binary | 11000011 | 1 | 101101 | 0 | 1100011 | 1001101 | 11000 | 101011010 | 1100011 | 100110 |
Color Harmonies of #C3012D
Complementary color
Monochromatic Colors of #C3012D
Black with #C3012D
Text Example
Text Example
White with #C3012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3012D; }
p { color: rgb(195,1,45); }
H1.HeaderClassName
{
color: #C3012D;
}
.AnyTagClassName
{
color: #C3012D;
}
</style>
background-color css
<style>
a { background-color: #C3012D; }
a { background-color: rgb(195,1,45); }
div.DivClassName
{
background-color: #C3012D;
}
.BgClassName
{
background-color: #C3012D;
}
</style>
border-color css
<style>
span { border-color: #C3012D; }
span { border-color: rgb(195,1,45); }
td.TdClassName
{
border-color: #C3012D;
}
.TagClassName
{
border-color: #C3012D;
}
</style>