Shades of Venetian Red #C5030F
Tints of Venetian Red #C5030F
RGB
CMYK
RGB Variations
Color information
#C5030F (or 0xC5030F) is known color: Venetian Red. HEX triplet: C5, 03 and 0F. RGB value is (197,3,15). Sum of RGB (Red+Green+Blue) = 197+3+15=215 (28% of max value = 765). Red value is 197 (77.34% from 255 or 91.63% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 197 - color contains mainly: red. Hex color #C5030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5030F is #3AFCF0. Grayscale: #3E3E3E. Windows color (decimal): -3865841 or 984005. OLE color: 984005.
HSL color Cylindrical-coordinate representation of color #C5030F: hue angle of 356.29º 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 #C5030F is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 15 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.23 |
| HSL | 356.29º | 0.97% | 0.39% | - |
| HSV(B) | 356.29º | 0.98% | 0.77% | - |
| XYZ | 23.14 | 11.97 | 1.54 | - |
| YUV | 62.37 | 101.27 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 15 | 0 | 0.98 | 0.92 | 0.23 | 356.29 | 0.97 | 0.39 |
| Hex | C5 | 3 | F | 0 | 62 | 5C | 17 | 164 | 61 | 27 |
| Octal | 305 | 3 | 17 | 0 | 142 | 134 | 27 | 544 | 141 | 47 |
| Binary | 11000101 | 11 | 1111 | 0 | 1100010 | 1011100 | 10111 | 101100100 | 1100001 | 100111 |
Color Harmonies of #C5030F
Complementary color
Monochromatic Colors of #C5030F
Black with #C5030F
Text Example
Text Example
White with #C5030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5030F; }
p { color: rgb(197,3,15); }
H1.HeaderClassName
{
color: #C5030F;
}
.AnyTagClassName
{
color: #C5030F;
}
</style>
background-color css
<style>
a { background-color: #C5030F; }
a { background-color: rgb(197,3,15); }
div.DivClassName
{
background-color: #C5030F;
}
.BgClassName
{
background-color: #C5030F;
}
</style>
border-color css
<style>
span { border-color: #C5030F; }
span { border-color: rgb(197,3,15); }
td.TdClassName
{
border-color: #C5030F;
}
.TagClassName
{
border-color: #C5030F;
}
</style>