Shades of Venetian Red #D6011B
Tints of Venetian Red #D6011B
RGB
CMYK
RGB Variations
Color information
#D6011B (or 0xD6011B) is known color: Venetian Red. HEX triplet: D6, 01 and 1B. RGB value is (214,1,27). Sum of RGB (Red+Green+Blue) = 214+1+27=242 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.43% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 214 - color contains mainly: red. Hex color #D6011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6011B is #29FEE4. Grayscale: #434343. Windows color (decimal): -2752229 or 1769942. OLE color: 1769942.
HSL color Cylindrical-coordinate representation of color #D6011B: hue angle of 352.68º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6011B is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 27 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.16 |
| HSL | 352.68º | 0.99% | 0.42% | - |
| HSV(B) | 352.68º | 1% | 0.84% | - |
| XYZ | 27.94 | 14.4 | 2.34 | - |
| YUV | 67.65 | 105.07 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 27 | 0 | 1.00 | 0.87 | 0.16 | 352.68 | 0.99 | 0.42 |
| Hex | D6 | 1 | 1B | 0 | 64 | 57 | 10 | 161 | 63 | 2A |
| Octal | 326 | 1 | 33 | 0 | 144 | 127 | 20 | 541 | 143 | 52 |
| Binary | 11010110 | 1 | 11011 | 0 | 1100100 | 1010111 | 10000 | 101100001 | 1100011 | 101010 |
Color Harmonies of #D6011B
Complementary color
Monochromatic Colors of #D6011B
Black with #D6011B
Text Example
Text Example
White with #D6011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6011B; }
p { color: rgb(214,1,27); }
H1.HeaderClassName
{
color: #D6011B;
}
.AnyTagClassName
{
color: #D6011B;
}
</style>
background-color css
<style>
a { background-color: #D6011B; }
a { background-color: rgb(214,1,27); }
div.DivClassName
{
background-color: #D6011B;
}
.BgClassName
{
background-color: #D6011B;
}
</style>
border-color css
<style>
span { border-color: #D6011B; }
span { border-color: rgb(214,1,27); }
td.TdClassName
{
border-color: #D6011B;
}
.TagClassName
{
border-color: #D6011B;
}
</style>