Shades of Venetian Red #C30D1B
Tints of Venetian Red #C30D1B
RGB
CMYK
RGB Variations
Color information
#C30D1B (or 0xC30D1B) is known color: Venetian Red. HEX triplet: C3, 0D and 1B. RGB value is (195,13,27). Sum of RGB (Red+Green+Blue) = 195+13+27=235 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.98% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D1B is #3CF2E4. Grayscale: #454545. Windows color (decimal): -3994341 or 1772995. OLE color: 1772995.
HSL color Cylindrical-coordinate representation of color #C30D1B: hue angle of 355.38º 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 #C30D1B is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 27 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.24 |
| HSL | 355.38º | 0.88% | 0.41% | - |
| HSV(B) | 355.38º | 0.93% | 0.76% | - |
| XYZ | 22.85 | 11.97 | 2.14 | - |
| YUV | 69.01 | 104.3 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 27 | 0 | 0.93 | 0.86 | 0.24 | 355.38 | 0.88 | 0.41 |
| Hex | C3 | D | 1B | 0 | 5D | 56 | 18 | 163 | 58 | 29 |
| Octal | 303 | 15 | 33 | 0 | 135 | 126 | 30 | 543 | 130 | 51 |
| Binary | 11000011 | 1101 | 11011 | 0 | 1011101 | 1010110 | 11000 | 101100011 | 1011000 | 101001 |
Color Harmonies of #C30D1B
Complementary color
Monochromatic Colors of #C30D1B
Black with #C30D1B
Text Example
Text Example
White with #C30D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D1B; }
p { color: rgb(195,13,27); }
H1.HeaderClassName
{
color: #C30D1B;
}
.AnyTagClassName
{
color: #C30D1B;
}
</style>
background-color css
<style>
a { background-color: #C30D1B; }
a { background-color: rgb(195,13,27); }
div.DivClassName
{
background-color: #C30D1B;
}
.BgClassName
{
background-color: #C30D1B;
}
</style>
border-color css
<style>
span { border-color: #C30D1B; }
span { border-color: rgb(195,13,27); }
td.TdClassName
{
border-color: #C30D1B;
}
.TagClassName
{
border-color: #C30D1B;
}
</style>