Shades of Venetian Red #D9051F
Tints of Venetian Red #D9051F
RGB
CMYK
RGB Variations
Color information
#D9051F (or 0xD9051F) is known color: Venetian Red. HEX triplet: D9, 05 and 1F. RGB value is (217,5,31). Sum of RGB (Red+Green+Blue) = 217+5+31=253 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.77% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 217 - color contains mainly: red. Hex color #D9051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9051F is #26FAE0. Grayscale: #474747. Windows color (decimal): -2554593 or 2033113. OLE color: 2033113.
HSL color Cylindrical-coordinate representation of color #D9051F: hue angle of 352.64º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9051F is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 31 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.15 |
| HSL | 352.64º | 0.95% | 0.44% | - |
| HSV(B) | 352.64º | 0.98% | 0.85% | - |
| XYZ | 28.92 | 14.96 | 2.66 | - |
| YUV | 71.35 | 105.24 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 31 | 0 | 0.98 | 0.86 | 0.15 | 352.64 | 0.95 | 0.44 |
| Hex | D9 | 5 | 1F | 0 | 62 | 56 | F | 161 | 5F | 2C |
| Octal | 331 | 5 | 37 | 0 | 142 | 126 | 17 | 541 | 137 | 54 |
| Binary | 11011001 | 101 | 11111 | 0 | 1100010 | 1010110 | 1111 | 101100001 | 1011111 | 101100 |
Color Harmonies of #D9051F
Complementary color
Monochromatic Colors of #D9051F
Black with #D9051F
Text Example
Text Example
White with #D9051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9051F; }
p { color: rgb(217,5,31); }
H1.HeaderClassName
{
color: #D9051F;
}
.AnyTagClassName
{
color: #D9051F;
}
</style>
background-color css
<style>
a { background-color: #D9051F; }
a { background-color: rgb(217,5,31); }
div.DivClassName
{
background-color: #D9051F;
}
.BgClassName
{
background-color: #D9051F;
}
</style>
border-color css
<style>
span { border-color: #D9051F; }
span { border-color: rgb(217,5,31); }
td.TdClassName
{
border-color: #D9051F;
}
.TagClassName
{
border-color: #D9051F;
}
</style>