Shades of Venetian Red #C3091D
Tints of Venetian Red #C3091D
RGB
CMYK
RGB Variations
Color information
#C3091D (or 0xC3091D) is known color: Venetian Red. HEX triplet: C3, 09 and 1D. RGB value is (195,9,29). Sum of RGB (Red+Green+Blue) = 195+9+29=233 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.69% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 195 - color contains mainly: red. Hex color #C3091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3091D is #3CF6E2. Grayscale: #434343. Windows color (decimal): -3995363 or 1903043. OLE color: 1903043.
HSL color Cylindrical-coordinate representation of color #C3091D: hue angle of 353.55º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3091D is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 29 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.24 |
| HSL | 353.55º | 0.91% | 0.4% | - |
| HSV(B) | 353.55º | 0.95% | 0.76% | - |
| XYZ | 22.83 | 11.89 | 2.25 | - |
| YUV | 66.89 | 106.62 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 29 | 0 | 0.95 | 0.85 | 0.24 | 353.55 | 0.91 | 0.4 |
| Hex | C3 | 9 | 1D | 0 | 5F | 55 | 18 | 162 | 5B | 28 |
| Octal | 303 | 11 | 35 | 0 | 137 | 125 | 30 | 542 | 133 | 50 |
| Binary | 11000011 | 1001 | 11101 | 0 | 1011111 | 1010101 | 11000 | 101100010 | 1011011 | 101000 |
Color Harmonies of #C3091D
Complementary color
Monochromatic Colors of #C3091D
Black with #C3091D
Text Example
Text Example
White with #C3091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3091D; }
p { color: rgb(195,9,29); }
H1.HeaderClassName
{
color: #C3091D;
}
.AnyTagClassName
{
color: #C3091D;
}
</style>
background-color css
<style>
a { background-color: #C3091D; }
a { background-color: rgb(195,9,29); }
div.DivClassName
{
background-color: #C3091D;
}
.BgClassName
{
background-color: #C3091D;
}
</style>
border-color css
<style>
span { border-color: #C3091D; }
span { border-color: rgb(195,9,29); }
td.TdClassName
{
border-color: #C3091D;
}
.TagClassName
{
border-color: #C3091D;
}
</style>