Shades of Venetian Red #C50209
Tints of Venetian Red #C50209
RGB
CMYK
RGB Variations
Color information
#C50209 (or 0xC50209) is known color: Venetian Red. HEX triplet: C5, 02 and 09. RGB value is (197,2,9). Sum of RGB (Red+Green+Blue) = 197+2+9=208 (27% of max value = 765). Red value is 197 (77.34% from 255 or 94.71% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 197 - color contains mainly: red. Hex color #C50209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50209 is #3AFDF6. Grayscale: #3D3D3D. Windows color (decimal): -3866103 or 590533. OLE color: 590533.
HSL color Cylindrical-coordinate representation of color #C50209: hue angle of 357.85º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50209 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 9 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.23 |
| HSL | 357.85º | 0.98% | 0.39% | - |
| HSV(B) | 357.85º | 0.99% | 0.77% | - |
| XYZ | 23.1 | 11.93 | 1.34 | - |
| YUV | 61.1 | 98.6 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 9 | 0 | 0.99 | 0.95 | 0.23 | 357.85 | 0.98 | 0.39 |
| Hex | C5 | 2 | 9 | 0 | 63 | 5F | 17 | 166 | 62 | 27 |
| Octal | 305 | 2 | 11 | 0 | 143 | 137 | 27 | 546 | 142 | 47 |
| Binary | 11000101 | 10 | 1001 | 0 | 1100011 | 1011111 | 10111 | 101100110 | 1100010 | 100111 |
Color Harmonies of #C50209
Complementary color
Monochromatic Colors of #C50209
Black with #C50209
Text Example
Text Example
White with #C50209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50209; }
p { color: rgb(197,2,9); }
H1.HeaderClassName
{
color: #C50209;
}
.AnyTagClassName
{
color: #C50209;
}
</style>
background-color css
<style>
a { background-color: #C50209; }
a { background-color: rgb(197,2,9); }
div.DivClassName
{
background-color: #C50209;
}
.BgClassName
{
background-color: #C50209;
}
</style>
border-color css
<style>
span { border-color: #C50209; }
span { border-color: rgb(197,2,9); }
td.TdClassName
{
border-color: #C50209;
}
.TagClassName
{
border-color: #C50209;
}
</style>