Shades of Venetian Red #C5030B
Tints of Venetian Red #C5030B
RGB
CMYK
RGB Variations
Color information
#C5030B (or 0xC5030B) is known color: Venetian Red. HEX triplet: C5, 03 and 0B. RGB value is (197,3,11). Sum of RGB (Red+Green+Blue) = 197+3+11=211 (27% of max value = 765). Red value is 197 (77.34% from 255 or 93.36% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 197 - color contains mainly: red. Hex color #C5030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5030B is #3AFCF4. Grayscale: #3E3E3E. Windows color (decimal): -3865845 or 721861. OLE color: 721861.
HSL color Cylindrical-coordinate representation of color #C5030B: hue angle of 357.53º 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 #C5030B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.23 |
| HSL | 357.53º | 0.97% | 0.39% | - |
| HSV(B) | 357.53º | 0.98% | 0.77% | - |
| XYZ | 23.12 | 11.96 | 1.41 | - |
| YUV | 61.92 | 99.27 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 11 | 0 | 0.98 | 0.94 | 0.23 | 357.53 | 0.97 | 0.39 |
| Hex | C5 | 3 | B | 0 | 62 | 5E | 17 | 166 | 61 | 27 |
| Octal | 305 | 3 | 13 | 0 | 142 | 136 | 27 | 546 | 141 | 47 |
| Binary | 11000101 | 11 | 1011 | 0 | 1100010 | 1011110 | 10111 | 101100110 | 1100001 | 100111 |
Color Harmonies of #C5030B
Complementary color
Monochromatic Colors of #C5030B
Black with #C5030B
Text Example
Text Example
White with #C5030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5030B; }
p { color: rgb(197,3,11); }
H1.HeaderClassName
{
color: #C5030B;
}
.AnyTagClassName
{
color: #C5030B;
}
</style>
background-color css
<style>
a { background-color: #C5030B; }
a { background-color: rgb(197,3,11); }
div.DivClassName
{
background-color: #C5030B;
}
.BgClassName
{
background-color: #C5030B;
}
</style>
border-color css
<style>
span { border-color: #C5030B; }
span { border-color: rgb(197,3,11); }
td.TdClassName
{
border-color: #C5030B;
}
.TagClassName
{
border-color: #C5030B;
}
</style>