Shades of Venetian Red #C30D18
Tints of Venetian Red #C30D18
RGB
CMYK
RGB Variations
Color information
#C30D18 (or 0xC30D18) is known color: Venetian Red. HEX triplet: C3, 0D and 18. RGB value is (195,13,24). Sum of RGB (Red+Green+Blue) = 195+13+24=232 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.05% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30D18 is #3CF2E7. Grayscale: #444444. Windows color (decimal): -3994344 or 1576387. OLE color: 1576387.
HSL color Cylindrical-coordinate representation of color #C30D18: hue angle of 356.37º 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 #C30D18 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 24 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.24 |
| HSL | 356.37º | 0.88% | 0.41% | - |
| HSV(B) | 356.37º | 0.93% | 0.76% | - |
| XYZ | 22.81 | 11.96 | 1.97 | - |
| YUV | 68.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 24 | 0 | 0.93 | 0.88 | 0.24 | 356.37 | 0.88 | 0.41 |
| Hex | C3 | D | 18 | 0 | 5D | 58 | 18 | 164 | 58 | 29 |
| Octal | 303 | 15 | 30 | 0 | 135 | 130 | 30 | 544 | 130 | 51 |
| Binary | 11000011 | 1101 | 11000 | 0 | 1011101 | 1011000 | 11000 | 101100100 | 1011000 | 101001 |
Color Harmonies of #C30D18
Complementary color
Monochromatic Colors of #C30D18
Black with #C30D18
Text Example
Text Example
White with #C30D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D18; }
p { color: rgb(195,13,24); }
H1.HeaderClassName
{
color: #C30D18;
}
.AnyTagClassName
{
color: #C30D18;
}
</style>
background-color css
<style>
a { background-color: #C30D18; }
a { background-color: rgb(195,13,24); }
div.DivClassName
{
background-color: #C30D18;
}
.BgClassName
{
background-color: #C30D18;
}
</style>
border-color css
<style>
span { border-color: #C30D18; }
span { border-color: rgb(195,13,24); }
td.TdClassName
{
border-color: #C30D18;
}
.TagClassName
{
border-color: #C30D18;
}
</style>