Shades of Venetian Red #C30D1D
Tints of Venetian Red #C30D1D
RGB
CMYK
RGB Variations
Color information
#C30D1D (or 0xC30D1D) is known color: Venetian Red. HEX triplet: C3, 0D and 1D. RGB value is (195,13,29). Sum of RGB (Red+Green+Blue) = 195+13+29=237 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.28% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D1D is #3CF2E2. Grayscale: #454545. Windows color (decimal): -3994339 or 1904067. OLE color: 1904067.
HSL color Cylindrical-coordinate representation of color #C30D1D: hue angle of 354.73º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30D1D is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 29 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.24 |
| HSL | 354.73º | 0.88% | 0.41% | - |
| HSV(B) | 354.73º | 0.93% | 0.76% | - |
| XYZ | 22.87 | 11.98 | 2.27 | - |
| YUV | 69.24 | 105.3 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 29 | 0 | 0.93 | 0.85 | 0.24 | 354.73 | 0.88 | 0.41 |
| Hex | C3 | D | 1D | 0 | 5D | 55 | 18 | 163 | 58 | 29 |
| Octal | 303 | 15 | 35 | 0 | 135 | 125 | 30 | 543 | 130 | 51 |
| Binary | 11000011 | 1101 | 11101 | 0 | 1011101 | 1010101 | 11000 | 101100011 | 1011000 | 101001 |
Color Harmonies of #C30D1D
Complementary color
Monochromatic Colors of #C30D1D
Black with #C30D1D
Text Example
Text Example
White with #C30D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D1D; }
p { color: rgb(195,13,29); }
H1.HeaderClassName
{
color: #C30D1D;
}
.AnyTagClassName
{
color: #C30D1D;
}
</style>
background-color css
<style>
a { background-color: #C30D1D; }
a { background-color: rgb(195,13,29); }
div.DivClassName
{
background-color: #C30D1D;
}
.BgClassName
{
background-color: #C30D1D;
}
</style>
border-color css
<style>
span { border-color: #C30D1D; }
span { border-color: rgb(195,13,29); }
td.TdClassName
{
border-color: #C30D1D;
}
.TagClassName
{
border-color: #C30D1D;
}
</style>