Shades of Venetian Red #C80001
Tints of Venetian Red #C80001
RGB
CMYK
RGB Variations
Color information
#C80001 (or 0xC80001) is known color: Venetian Red. HEX triplet: C8, 00 and 01. RGB value is (200,0,1). Sum of RGB (Red+Green+Blue) = 200+0+1=201 (26% of max value = 765). Red value is 200 (78.52% from 255 or 99.50% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 200 - color contains mainly: red. Hex color #C80001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80001 is #37FFFE. Grayscale: #3C3C3C. Windows color (decimal): -3670015 or 65736. OLE color: 65736.
HSL color Cylindrical-coordinate representation of color #C80001: hue angle of 359.7º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80001 is Cyan = 0, Magento = 1, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 1 | - |
| CMYK | 0 | 1 | 1.00 | 0.22 |
| HSL | 359.7º | 1% | 0.39% | - |
| HSV(B) | 359.7º | 1% | 0.78% | - |
| XYZ | 23.82 | 12.28 | 1.14 | - |
| YUV | 59.91 | 94.76 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 1 | 0 | 1 | 1.00 | 0.22 | 359.7 | 1 | 0.39 |
| Hex | C8 | 0 | 1 | 0 | 64 | 64 | 16 | 168 | 64 | 27 |
| Octal | 310 | 0 | 1 | 0 | 144 | 144 | 26 | 550 | 144 | 47 |
| Binary | 11001000 | 0 | 1 | 0 | 1100100 | 1100100 | 10110 | 101101000 | 1100100 | 100111 |
Color Harmonies of #C80001
Complementary color
Monochromatic Colors of #C80001
Black with #C80001
Text Example
Text Example
White with #C80001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80001; }
p { color: rgb(200,0,1); }
H1.HeaderClassName
{
color: #C80001;
}
.AnyTagClassName
{
color: #C80001;
}
</style>
background-color css
<style>
a { background-color: #C80001; }
a { background-color: rgb(200,0,1); }
div.DivClassName
{
background-color: #C80001;
}
.BgClassName
{
background-color: #C80001;
}
</style>
border-color css
<style>
span { border-color: #C80001; }
span { border-color: rgb(200,0,1); }
td.TdClassName
{
border-color: #C80001;
}
.TagClassName
{
border-color: #C80001;
}
</style>