Shades of Venetian Red #C0001C
Tints of Venetian Red #C0001C
RGB
CMYK
RGB Variations
Color information
#C0001C (or 0xC0001C) is known color: Venetian Red. HEX triplet: C0, 00 and 1C. RGB value is (192,0,28). Sum of RGB (Red+Green+Blue) = 192+0+28=220 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.27% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 192 - color contains mainly: red. Hex color #C0001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0001C is #3FFFE3. Grayscale: #3C3C3C. Windows color (decimal): -4194276 or 1835200. OLE color: 1835200.
HSL color Cylindrical-coordinate representation of color #C0001C: hue angle of 351.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0001C is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.85 | 0.25 |
| HSL | 351.25º | 1% | 0.38% | - |
| HSV(B) | 351.25º | 1% | 0.75% | - |
| XYZ | 21.95 | 11.29 | 2.12 | - |
| YUV | 60.6 | 109.61 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 28 | 0 | 1 | 0.85 | 0.25 | 351.25 | 1 | 0.38 |
| Hex | C0 | 0 | 1C | 0 | 64 | 55 | 19 | 15F | 64 | 26 |
| Octal | 300 | 0 | 34 | 0 | 144 | 125 | 31 | 537 | 144 | 46 |
| Binary | 11000000 | 0 | 11100 | 0 | 1100100 | 1010101 | 11001 | 101011111 | 1100100 | 100110 |
Color Harmonies of #C0001C
Complementary color
Monochromatic Colors of #C0001C
Black with #C0001C
Text Example
Text Example
White with #C0001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0001C; }
p { color: rgb(192,0,28); }
H1.HeaderClassName
{
color: #C0001C;
}
.AnyTagClassName
{
color: #C0001C;
}
</style>
background-color css
<style>
a { background-color: #C0001C; }
a { background-color: rgb(192,0,28); }
div.DivClassName
{
background-color: #C0001C;
}
.BgClassName
{
background-color: #C0001C;
}
</style>
border-color css
<style>
span { border-color: #C0001C; }
span { border-color: rgb(192,0,28); }
td.TdClassName
{
border-color: #C0001C;
}
.TagClassName
{
border-color: #C0001C;
}
</style>