Shades of Venetian Red #C5030D
Tints of Venetian Red #C5030D
RGB
CMYK
RGB Variations
Color information
#C5030D (or 0xC5030D) is known color: Venetian Red. HEX triplet: C5, 03 and 0D. RGB value is (197,3,13). Sum of RGB (Red+Green+Blue) = 197+3+13=213 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.49% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 197 - color contains mainly: red. Hex color #C5030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5030D is #3AFCF2. Grayscale: #3E3E3E. Windows color (decimal): -3865843 or 852933. OLE color: 852933.
HSL color Cylindrical-coordinate representation of color #C5030D: hue angle of 356.91º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5030D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.23 |
| HSL | 356.91º | 0.97% | 0.39% | - |
| HSV(B) | 356.91º | 0.98% | 0.77% | - |
| XYZ | 23.13 | 11.96 | 1.47 | - |
| YUV | 62.15 | 100.27 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 13 | 0 | 0.98 | 0.93 | 0.23 | 356.91 | 0.97 | 0.39 |
| Hex | C5 | 3 | D | 0 | 62 | 5D | 17 | 165 | 61 | 27 |
| Octal | 305 | 3 | 15 | 0 | 142 | 135 | 27 | 545 | 141 | 47 |
| Binary | 11000101 | 11 | 1101 | 0 | 1100010 | 1011101 | 10111 | 101100101 | 1100001 | 100111 |
Color Harmonies of #C5030D
Complementary color
Monochromatic Colors of #C5030D
Black with #C5030D
Text Example
Text Example
White with #C5030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5030D; }
p { color: rgb(197,3,13); }
H1.HeaderClassName
{
color: #C5030D;
}
.AnyTagClassName
{
color: #C5030D;
}
</style>
background-color css
<style>
a { background-color: #C5030D; }
a { background-color: rgb(197,3,13); }
div.DivClassName
{
background-color: #C5030D;
}
.BgClassName
{
background-color: #C5030D;
}
</style>
border-color css
<style>
span { border-color: #C5030D; }
span { border-color: rgb(197,3,13); }
td.TdClassName
{
border-color: #C5030D;
}
.TagClassName
{
border-color: #C5030D;
}
</style>