Shades of Venetian Red #D8011F
Tints of Venetian Red #D8011F
RGB
CMYK
RGB Variations
Color information
#D8011F (or 0xD8011F) is known color: Venetian Red. HEX triplet: D8, 01 and 1F. RGB value is (216,1,31). Sum of RGB (Red+Green+Blue) = 216+1+31=248 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.10% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 216 - color contains mainly: red. Hex color #D8011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8011F is #27FEE0. Grayscale: #444444. Windows color (decimal): -2621153 or 2032088. OLE color: 2032088.
HSL color Cylindrical-coordinate representation of color #D8011F: hue angle of 351.63º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8011F is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.15 |
| HSL | 351.63º | 0.99% | 0.43% | - |
| HSV(B) | 351.63º | 1% | 0.85% | - |
| XYZ | 28.58 | 14.72 | 2.63 | - |
| YUV | 68.71 | 106.73 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 31 | 0 | 1.00 | 0.86 | 0.15 | 351.63 | 0.99 | 0.43 |
| Hex | D8 | 1 | 1F | 0 | 64 | 56 | F | 160 | 63 | 2B |
| Octal | 330 | 1 | 37 | 0 | 144 | 126 | 17 | 540 | 143 | 53 |
| Binary | 11011000 | 1 | 11111 | 0 | 1100100 | 1010110 | 1111 | 101100000 | 1100011 | 101011 |
Color Harmonies of #D8011F
Complementary color
Monochromatic Colors of #D8011F
Black with #D8011F
Text Example
Text Example
White with #D8011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8011F; }
p { color: rgb(216,1,31); }
H1.HeaderClassName
{
color: #D8011F;
}
.AnyTagClassName
{
color: #D8011F;
}
</style>
background-color css
<style>
a { background-color: #D8011F; }
a { background-color: rgb(216,1,31); }
div.DivClassName
{
background-color: #D8011F;
}
.BgClassName
{
background-color: #D8011F;
}
</style>
border-color css
<style>
span { border-color: #D8011F; }
span { border-color: rgb(216,1,31); }
td.TdClassName
{
border-color: #D8011F;
}
.TagClassName
{
border-color: #D8011F;
}
</style>