Shades of Venetian Red #D0091F
Tints of Venetian Red #D0091F
RGB
CMYK
RGB Variations
Color information
#D0091F (or 0xD0091F) is known color: Venetian Red. HEX triplet: D0, 09 and 1F. RGB value is (208,9,31). Sum of RGB (Red+Green+Blue) = 208+9+31=248 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.87% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 208 - color contains mainly: red. Hex color #D0091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0091F is #2FF6E0. Grayscale: #474747. Windows color (decimal): -3143393 or 2034128. OLE color: 2034128.
HSL color Cylindrical-coordinate representation of color #D0091F: hue angle of 353.37º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0091F is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 31 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.18 |
| HSL | 353.37º | 0.92% | 0.43% | - |
| HSV(B) | 353.37º | 0.96% | 0.82% | - |
| XYZ | 26.36 | 13.7 | 2.55 | - |
| YUV | 71.01 | 105.43 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 31 | 0 | 0.96 | 0.85 | 0.18 | 353.37 | 0.92 | 0.43 |
| Hex | D0 | 9 | 1F | 0 | 60 | 55 | 12 | 161 | 5C | 2B |
| Octal | 320 | 11 | 37 | 0 | 140 | 125 | 22 | 541 | 134 | 53 |
| Binary | 11010000 | 1001 | 11111 | 0 | 1100000 | 1010101 | 10010 | 101100001 | 1011100 | 101011 |
Color Harmonies of #D0091F
Complementary color
Monochromatic Colors of #D0091F
Black with #D0091F
Text Example
Text Example
White with #D0091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0091F; }
p { color: rgb(208,9,31); }
H1.HeaderClassName
{
color: #D0091F;
}
.AnyTagClassName
{
color: #D0091F;
}
</style>
background-color css
<style>
a { background-color: #D0091F; }
a { background-color: rgb(208,9,31); }
div.DivClassName
{
background-color: #D0091F;
}
.BgClassName
{
background-color: #D0091F;
}
</style>
border-color css
<style>
span { border-color: #D0091F; }
span { border-color: rgb(208,9,31); }
td.TdClassName
{
border-color: #D0091F;
}
.TagClassName
{
border-color: #D0091F;
}
</style>