Shades of Venetian Red #D4091D
Tints of Venetian Red #D4091D
RGB
CMYK
RGB Variations
Color information
#D4091D (or 0xD4091D) is known color: Venetian Red. HEX triplet: D4, 09 and 1D. RGB value is (212,9,29). Sum of RGB (Red+Green+Blue) = 212+9+29=250 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.8% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 212 - color contains mainly: red. Hex color #D4091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4091D is #2BF6E2. Grayscale: #484848. Windows color (decimal): -2881251 or 1903060. OLE color: 1903060.
HSL color Cylindrical-coordinate representation of color #D4091D: hue angle of 354.09º degrees, saturation: 0.92, 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 #D4091D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 29 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.17 |
| HSL | 354.09º | 0.92% | 0.43% | - |
| HSV(B) | 354.09º | 0.96% | 0.83% | - |
| XYZ | 27.47 | 14.28 | 2.47 | - |
| YUV | 71.98 | 103.75 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 29 | 0 | 0.96 | 0.86 | 0.17 | 354.09 | 0.92 | 0.43 |
| Hex | D4 | 9 | 1D | 0 | 60 | 56 | 11 | 162 | 5C | 2B |
| Octal | 324 | 11 | 35 | 0 | 140 | 126 | 21 | 542 | 134 | 53 |
| Binary | 11010100 | 1001 | 11101 | 0 | 1100000 | 1010110 | 10001 | 101100010 | 1011100 | 101011 |
Color Harmonies of #D4091D
Complementary color
Monochromatic Colors of #D4091D
Black with #D4091D
Text Example
Text Example
White with #D4091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4091D; }
p { color: rgb(212,9,29); }
H1.HeaderClassName
{
color: #D4091D;
}
.AnyTagClassName
{
color: #D4091D;
}
</style>
background-color css
<style>
a { background-color: #D4091D; }
a { background-color: rgb(212,9,29); }
div.DivClassName
{
background-color: #D4091D;
}
.BgClassName
{
background-color: #D4091D;
}
</style>
border-color css
<style>
span { border-color: #D4091D; }
span { border-color: rgb(212,9,29); }
td.TdClassName
{
border-color: #D4091D;
}
.TagClassName
{
border-color: #D4091D;
}
</style>