Shades of Venetian Red #C80105
Tints of Venetian Red #C80105
RGB
CMYK
RGB Variations
Color information
#C80105 (or 0xC80105) is known color: Venetian Red. HEX triplet: C8, 01 and 05. RGB value is (200,1,5). Sum of RGB (Red+Green+Blue) = 200+1+5=206 (27% of max value = 765). Red value is 200 (78.52% from 255 or 97.09% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 200 - color contains mainly: red. Hex color #C80105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80105 is #37FEFA. Grayscale: #3D3D3D. Windows color (decimal): -3669755 or 328136. OLE color: 328136.
HSL color Cylindrical-coordinate representation of color #C80105: hue angle of 358.79º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80105 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 5 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.22 |
| HSL | 358.79º | 0.99% | 0.39% | - |
| HSV(B) | 358.79º | 1% | 0.78% | - |
| XYZ | 23.86 | 12.31 | 1.26 | - |
| YUV | 60.96 | 96.43 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 5 | 0 | 1.00 | 0.98 | 0.22 | 358.79 | 0.99 | 0.39 |
| Hex | C8 | 1 | 5 | 0 | 64 | 62 | 16 | 167 | 63 | 27 |
| Octal | 310 | 1 | 5 | 0 | 144 | 142 | 26 | 547 | 143 | 47 |
| Binary | 11001000 | 1 | 101 | 0 | 1100100 | 1100010 | 10110 | 101100111 | 1100011 | 100111 |
Color Harmonies of #C80105
Complementary color
Monochromatic Colors of #C80105
Black with #C80105
Text Example
Text Example
White with #C80105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80105; }
p { color: rgb(200,1,5); }
H1.HeaderClassName
{
color: #C80105;
}
.AnyTagClassName
{
color: #C80105;
}
</style>
background-color css
<style>
a { background-color: #C80105; }
a { background-color: rgb(200,1,5); }
div.DivClassName
{
background-color: #C80105;
}
.BgClassName
{
background-color: #C80105;
}
</style>
border-color css
<style>
span { border-color: #C80105; }
span { border-color: rgb(200,1,5); }
td.TdClassName
{
border-color: #C80105;
}
.TagClassName
{
border-color: #C80105;
}
</style>