Shades of Venetian Red #C50102
Tints of Venetian Red #C50102
RGB
CMYK
RGB Variations
Color information
#C50102 (or 0xC50102) is known color: Venetian Red. HEX triplet: C5, 01 and 02. RGB value is (197,1,2). Sum of RGB (Red+Green+Blue) = 197+1+2=200 (26% of max value = 765). Red value is 197 (77.34% from 255 or 98.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 197 - color contains mainly: red. Hex color #C50102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50102 is #3AFEFD. Grayscale: #3B3B3B. Windows color (decimal): -3866366 or 131525. OLE color: 131525.
HSL color Cylindrical-coordinate representation of color #C50102: hue angle of 359.69º degrees, saturation: 0.99, 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 #C50102 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.23 |
| HSL | 359.69º | 0.99% | 0.39% | - |
| HSV(B) | 359.69º | 0.99% | 0.77% | - |
| XYZ | 23.05 | 11.9 | 1.14 | - |
| YUV | 59.72 | 95.43 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 2 | 0 | 0.99 | 0.99 | 0.23 | 359.69 | 0.99 | 0.39 |
| Hex | C5 | 1 | 2 | 0 | 63 | 63 | 17 | 168 | 63 | 27 |
| Octal | 305 | 1 | 2 | 0 | 143 | 143 | 27 | 550 | 143 | 47 |
| Binary | 11000101 | 1 | 10 | 0 | 1100011 | 1100011 | 10111 | 101101000 | 1100011 | 100111 |
Color Harmonies of #C50102
Complementary color
Monochromatic Colors of #C50102
Black with #C50102
Text Example
Text Example
White with #C50102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50102; }
p { color: rgb(197,1,2); }
H1.HeaderClassName
{
color: #C50102;
}
.AnyTagClassName
{
color: #C50102;
}
</style>
background-color css
<style>
a { background-color: #C50102; }
a { background-color: rgb(197,1,2); }
div.DivClassName
{
background-color: #C50102;
}
.BgClassName
{
background-color: #C50102;
}
</style>
border-color css
<style>
span { border-color: #C50102; }
span { border-color: rgb(197,1,2); }
td.TdClassName
{
border-color: #C50102;
}
.TagClassName
{
border-color: #C50102;
}
</style>