Shades of Venetian Red #C50409
Tints of Venetian Red #C50409
RGB
CMYK
RGB Variations
Color information
#C50409 (or 0xC50409) is known color: Venetian Red. HEX triplet: C5, 04 and 09. RGB value is (197,4,9). Sum of RGB (Red+Green+Blue) = 197+4+9=210 (27% of max value = 765). Red value is 197 (77.34% from 255 or 93.81% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 197 - color contains mainly: red. Hex color #C50409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50409 is #3AFBF6. Grayscale: #3E3E3E. Windows color (decimal): -3865591 or 591045. OLE color: 591045.
HSL color Cylindrical-coordinate representation of color #C50409: hue angle of 358.45º degrees, saturation: 0.96, 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 #C50409 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 9 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.23 |
| HSL | 358.45º | 0.96% | 0.39% | - |
| HSV(B) | 358.45º | 0.98% | 0.77% | - |
| XYZ | 23.12 | 11.98 | 1.35 | - |
| YUV | 62.28 | 97.94 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 9 | 0 | 0.98 | 0.95 | 0.23 | 358.45 | 0.96 | 0.39 |
| Hex | C5 | 4 | 9 | 0 | 62 | 5F | 17 | 166 | 60 | 27 |
| Octal | 305 | 4 | 11 | 0 | 142 | 137 | 27 | 546 | 140 | 47 |
| Binary | 11000101 | 100 | 1001 | 0 | 1100010 | 1011111 | 10111 | 101100110 | 1100000 | 100111 |
Color Harmonies of #C50409
Complementary color
Monochromatic Colors of #C50409
Black with #C50409
Text Example
Text Example
White with #C50409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50409; }
p { color: rgb(197,4,9); }
H1.HeaderClassName
{
color: #C50409;
}
.AnyTagClassName
{
color: #C50409;
}
</style>
background-color css
<style>
a { background-color: #C50409; }
a { background-color: rgb(197,4,9); }
div.DivClassName
{
background-color: #C50409;
}
.BgClassName
{
background-color: #C50409;
}
</style>
border-color css
<style>
span { border-color: #C50409; }
span { border-color: rgb(197,4,9); }
td.TdClassName
{
border-color: #C50409;
}
.TagClassName
{
border-color: #C50409;
}
</style>