Shades of Venetian Red #D4041F
Tints of Venetian Red #D4041F
RGB
CMYK
RGB Variations
Color information
#D4041F (or 0xD4041F) is known color: Venetian Red. HEX triplet: D4, 04 and 1F. RGB value is (212,4,31). Sum of RGB (Red+Green+Blue) = 212+4+31=247 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.83% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 212 - color contains mainly: red. Hex color #D4041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4041F is #2BFBE0. Grayscale: #454545. Windows color (decimal): -2882529 or 2032852. OLE color: 2032852.
HSL color Cylindrical-coordinate representation of color #D4041F: hue angle of 352.21º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4041F is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 31 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.17 |
| HSL | 352.21º | 0.96% | 0.42% | - |
| HSV(B) | 352.21º | 0.98% | 0.83% | - |
| XYZ | 27.44 | 14.18 | 2.59 | - |
| YUV | 69.27 | 106.41 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 31 | 0 | 0.98 | 0.85 | 0.17 | 352.21 | 0.96 | 0.42 |
| Hex | D4 | 4 | 1F | 0 | 62 | 55 | 11 | 160 | 60 | 2A |
| Octal | 324 | 4 | 37 | 0 | 142 | 125 | 21 | 540 | 140 | 52 |
| Binary | 11010100 | 100 | 11111 | 0 | 1100010 | 1010101 | 10001 | 101100000 | 1100000 | 101010 |
Color Harmonies of #D4041F
Complementary color
Monochromatic Colors of #D4041F
Black with #D4041F
Text Example
Text Example
White with #D4041F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4041F; }
p { color: rgb(212,4,31); }
H1.HeaderClassName
{
color: #D4041F;
}
.AnyTagClassName
{
color: #D4041F;
}
</style>
background-color css
<style>
a { background-color: #D4041F; }
a { background-color: rgb(212,4,31); }
div.DivClassName
{
background-color: #D4041F;
}
.BgClassName
{
background-color: #D4041F;
}
</style>
border-color css
<style>
span { border-color: #D4041F; }
span { border-color: rgb(212,4,31); }
td.TdClassName
{
border-color: #D4041F;
}
.TagClassName
{
border-color: #D4041F;
}
</style>