Shades of Venetian Red #C50203
Tints of Venetian Red #C50203
RGB
CMYK
RGB Variations
Color information
#C50203 (or 0xC50203) is known color: Venetian Red. HEX triplet: C5, 02 and 03. RGB value is (197,2,3). Sum of RGB (Red+Green+Blue) = 197+2+3=202 (26% of max value = 765). Red value is 197 (77.34% from 255 or 97.52% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 197 - color contains mainly: red. Hex color #C50203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50203 is #3AFDFC. Grayscale: #3C3C3C. Windows color (decimal): -3866109 or 197317. OLE color: 197317.
HSL color Cylindrical-coordinate representation of color #C50203: hue angle of 359.69º 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 #C50203 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 3 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.23 |
| HSL | 359.69º | 0.98% | 0.39% | - |
| HSV(B) | 359.69º | 0.99% | 0.77% | - |
| XYZ | 23.06 | 11.92 | 1.17 | - |
| YUV | 60.42 | 95.6 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 3 | 0 | 0.99 | 0.98 | 0.23 | 359.69 | 0.98 | 0.39 |
| Hex | C5 | 2 | 3 | 0 | 63 | 62 | 17 | 168 | 62 | 27 |
| Octal | 305 | 2 | 3 | 0 | 143 | 142 | 27 | 550 | 142 | 47 |
| Binary | 11000101 | 10 | 11 | 0 | 1100011 | 1100010 | 10111 | 101101000 | 1100010 | 100111 |
Color Harmonies of #C50203
Complementary color
Monochromatic Colors of #C50203
Black with #C50203
Text Example
Text Example
White with #C50203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50203; }
p { color: rgb(197,2,3); }
H1.HeaderClassName
{
color: #C50203;
}
.AnyTagClassName
{
color: #C50203;
}
</style>
background-color css
<style>
a { background-color: #C50203; }
a { background-color: rgb(197,2,3); }
div.DivClassName
{
background-color: #C50203;
}
.BgClassName
{
background-color: #C50203;
}
</style>
border-color css
<style>
span { border-color: #C50203; }
span { border-color: rgb(197,2,3); }
td.TdClassName
{
border-color: #C50203;
}
.TagClassName
{
border-color: #C50203;
}
</style>