Shades of Venetian Red #D4081D
Tints of Venetian Red #D4081D
RGB
CMYK
RGB Variations
Color information
#D4081D (or 0xD4081D) is known color: Venetian Red. HEX triplet: D4, 08 and 1D. RGB value is (212,8,29). Sum of RGB (Red+Green+Blue) = 212+8+29=249 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.14% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 212 - color contains mainly: red. Hex color #D4081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4081D is #2BF7E2. Grayscale: #474747. Windows color (decimal): -2881507 or 1902804. OLE color: 1902804.
HSL color Cylindrical-coordinate representation of color #D4081D: hue angle of 353.82º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4081D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.17 |
| HSL | 353.82º | 0.93% | 0.43% | - |
| HSV(B) | 353.82º | 0.96% | 0.83% | - |
| XYZ | 27.46 | 14.26 | 2.47 | - |
| YUV | 71.39 | 104.09 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 29 | 0 | 0.96 | 0.86 | 0.17 | 353.82 | 0.93 | 0.43 |
| Hex | D4 | 8 | 1D | 0 | 60 | 56 | 11 | 162 | 5D | 2B |
| Octal | 324 | 10 | 35 | 0 | 140 | 126 | 21 | 542 | 135 | 53 |
| Binary | 11010100 | 1000 | 11101 | 0 | 1100000 | 1010110 | 10001 | 101100010 | 1011101 | 101011 |
Color Harmonies of #D4081D
Complementary color
Monochromatic Colors of #D4081D
Black with #D4081D
Text Example
Text Example
White with #D4081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4081D; }
p { color: rgb(212,8,29); }
H1.HeaderClassName
{
color: #D4081D;
}
.AnyTagClassName
{
color: #D4081D;
}
</style>
background-color css
<style>
a { background-color: #D4081D; }
a { background-color: rgb(212,8,29); }
div.DivClassName
{
background-color: #D4081D;
}
.BgClassName
{
background-color: #D4081D;
}
</style>
border-color css
<style>
span { border-color: #D4081D; }
span { border-color: rgb(212,8,29); }
td.TdClassName
{
border-color: #D4081D;
}
.TagClassName
{
border-color: #D4081D;
}
</style>