Shades of Venetian Red #C3030D
Tints of Venetian Red #C3030D
RGB
CMYK
RGB Variations
Color information
#C3030D (or 0xC3030D) is known color: Venetian Red. HEX triplet: C3, 03 and 0D. RGB value is (195,3,13). Sum of RGB (Red+Green+Blue) = 195+3+13=211 (27% of max value = 765). Red value is 195 (76.56% from 255 or 92.42% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 195 - color contains mainly: red. Hex color #C3030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3030D is #3CFCF2. Grayscale: #3D3D3D. Windows color (decimal): -3996915 or 852931. OLE color: 852931.
HSL color Cylindrical-coordinate representation of color #C3030D: hue angle of 356.88º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3030D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.24 |
| HSL | 356.88º | 0.97% | 0.39% | - |
| HSV(B) | 356.88º | 0.98% | 0.76% | - |
| XYZ | 22.61 | 11.7 | 1.45 | - |
| YUV | 61.55 | 100.61 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 13 | 0 | 0.98 | 0.93 | 0.24 | 356.88 | 0.97 | 0.39 |
| Hex | C3 | 3 | D | 0 | 62 | 5D | 18 | 165 | 61 | 27 |
| Octal | 303 | 3 | 15 | 0 | 142 | 135 | 30 | 545 | 141 | 47 |
| Binary | 11000011 | 11 | 1101 | 0 | 1100010 | 1011101 | 11000 | 101100101 | 1100001 | 100111 |
Color Harmonies of #C3030D
Complementary color
Monochromatic Colors of #C3030D
Black with #C3030D
Text Example
Text Example
White with #C3030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3030D; }
p { color: rgb(195,3,13); }
H1.HeaderClassName
{
color: #C3030D;
}
.AnyTagClassName
{
color: #C3030D;
}
</style>
background-color css
<style>
a { background-color: #C3030D; }
a { background-color: rgb(195,3,13); }
div.DivClassName
{
background-color: #C3030D;
}
.BgClassName
{
background-color: #C3030D;
}
</style>
border-color css
<style>
span { border-color: #C3030D; }
span { border-color: rgb(195,3,13); }
td.TdClassName
{
border-color: #C3030D;
}
.TagClassName
{
border-color: #C3030D;
}
</style>