Shades of Venetian Red #D0001C
Tints of Venetian Red #D0001C
RGB
CMYK
RGB Variations
Color information
#D0001C (or 0xD0001C) is known color: Venetian Red. HEX triplet: D0, 00 and 1C. RGB value is (208,0,28). Sum of RGB (Red+Green+Blue) = 208+0+28=236 (31% of max value = 765). Red value is 208 (81.64% from 255 or 88.14% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 208 - color contains mainly: red. Hex color #D0001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0001C is #2FFFE3. Grayscale: #414141. Windows color (decimal): -3145700 or 1835216. OLE color: 1835216.
HSL color Cylindrical-coordinate representation of color #D0001C: hue angle of 351.92º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0001C is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.87 | 0.18 |
| HSL | 351.92º | 1% | 0.41% | - |
| HSV(B) | 351.92º | 1% | 0.82% | - |
| XYZ | 26.22 | 13.49 | 2.32 | - |
| YUV | 65.38 | 106.91 | 229.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 28 | 0 | 1 | 0.87 | 0.18 | 351.92 | 1 | 0.41 |
| Hex | D0 | 0 | 1C | 0 | 64 | 57 | 12 | 160 | 64 | 29 |
| Octal | 320 | 0 | 34 | 0 | 144 | 127 | 22 | 540 | 144 | 51 |
| Binary | 11010000 | 0 | 11100 | 0 | 1100100 | 1010111 | 10010 | 101100000 | 1100100 | 101001 |
Color Harmonies of #D0001C
Complementary color
Monochromatic Colors of #D0001C
Black with #D0001C
Text Example
Text Example
White with #D0001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0001C; }
p { color: rgb(208,0,28); }
H1.HeaderClassName
{
color: #D0001C;
}
.AnyTagClassName
{
color: #D0001C;
}
</style>
background-color css
<style>
a { background-color: #D0001C; }
a { background-color: rgb(208,0,28); }
div.DivClassName
{
background-color: #D0001C;
}
.BgClassName
{
background-color: #D0001C;
}
</style>
border-color css
<style>
span { border-color: #D0001C; }
span { border-color: rgb(208,0,28); }
td.TdClassName
{
border-color: #D0001C;
}
.TagClassName
{
border-color: #D0001C;
}
</style>