Shades of Venetian Red #D00114
Tints of Venetian Red #D00114
RGB
CMYK
RGB Variations
Color information
#D00114 (or 0xD00114) is known color: Venetian Red. HEX triplet: D0, 01 and 14. RGB value is (208,1,20). Sum of RGB (Red+Green+Blue) = 208+1+20=229 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.83% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 208 - color contains mainly: red. Hex color #D00114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00114 is #2FFEEB. Grayscale: #414141. Windows color (decimal): -3145452 or 1311184. OLE color: 1311184.
HSL color Cylindrical-coordinate representation of color #D00114: hue angle of 354.49º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00114 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 20 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.18 |
| HSL | 354.49º | 0.99% | 0.41% | - |
| HSV(B) | 354.49º | 1% | 0.82% | - |
| XYZ | 26.15 | 13.48 | 1.89 | - |
| YUV | 65.06 | 102.58 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 20 | 0 | 1.00 | 0.90 | 0.18 | 354.49 | 0.99 | 0.41 |
| Hex | D0 | 1 | 14 | 0 | 64 | 5A | 12 | 162 | 63 | 29 |
| Octal | 320 | 1 | 24 | 0 | 144 | 132 | 22 | 542 | 143 | 51 |
| Binary | 11010000 | 1 | 10100 | 0 | 1100100 | 1011010 | 10010 | 101100010 | 1100011 | 101001 |
Color Harmonies of #D00114
Complementary color
Monochromatic Colors of #D00114
Black with #D00114
Text Example
Text Example
White with #D00114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00114; }
p { color: rgb(208,1,20); }
H1.HeaderClassName
{
color: #D00114;
}
.AnyTagClassName
{
color: #D00114;
}
</style>
background-color css
<style>
a { background-color: #D00114; }
a { background-color: rgb(208,1,20); }
div.DivClassName
{
background-color: #D00114;
}
.BgClassName
{
background-color: #D00114;
}
</style>
border-color css
<style>
span { border-color: #D00114; }
span { border-color: rgb(208,1,20); }
td.TdClassName
{
border-color: #D00114;
}
.TagClassName
{
border-color: #D00114;
}
</style>