Shades of Venetian Red #C50309
Tints of Venetian Red #C50309
RGB
CMYK
RGB Variations
Color information
#C50309 (or 0xC50309) is known color: Venetian Red. HEX triplet: C5, 03 and 09. RGB value is (197,3,9). Sum of RGB (Red+Green+Blue) = 197+3+9=209 (27% of max value = 765). Red value is 197 (77.34% from 255 or 94.26% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 197 - color contains mainly: red. Hex color #C50309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50309 is #3AFCF6. Grayscale: #3D3D3D. Windows color (decimal): -3865847 or 590789. OLE color: 590789.
HSL color Cylindrical-coordinate representation of color #C50309: hue angle of 358.14º 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 #C50309 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 9 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.23 |
| HSL | 358.14º | 0.97% | 0.39% | - |
| HSV(B) | 358.14º | 0.98% | 0.77% | - |
| XYZ | 23.11 | 11.96 | 1.35 | - |
| YUV | 61.69 | 98.27 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 9 | 0 | 0.98 | 0.95 | 0.23 | 358.14 | 0.97 | 0.39 |
| Hex | C5 | 3 | 9 | 0 | 62 | 5F | 17 | 166 | 61 | 27 |
| Octal | 305 | 3 | 11 | 0 | 142 | 137 | 27 | 546 | 141 | 47 |
| Binary | 11000101 | 11 | 1001 | 0 | 1100010 | 1011111 | 10111 | 101100110 | 1100001 | 100111 |
Color Harmonies of #C50309
Complementary color
Monochromatic Colors of #C50309
Black with #C50309
Text Example
Text Example
White with #C50309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50309; }
p { color: rgb(197,3,9); }
H1.HeaderClassName
{
color: #C50309;
}
.AnyTagClassName
{
color: #C50309;
}
</style>
background-color css
<style>
a { background-color: #C50309; }
a { background-color: rgb(197,3,9); }
div.DivClassName
{
background-color: #C50309;
}
.BgClassName
{
background-color: #C50309;
}
</style>
border-color css
<style>
span { border-color: #C50309; }
span { border-color: rgb(197,3,9); }
td.TdClassName
{
border-color: #C50309;
}
.TagClassName
{
border-color: #C50309;
}
</style>