Shades of Venetian Red #D4041B
Tints of Venetian Red #D4041B
RGB
CMYK
RGB Variations
Color information
#D4041B (or 0xD4041B) is known color: Venetian Red. HEX triplet: D4, 04 and 1B. RGB value is (212,4,27). Sum of RGB (Red+Green+Blue) = 212+4+27=243 (32% of max value = 765). Red value is 212 (83.20% from 255 or 87.24% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 212 - color contains mainly: red. Hex color #D4041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4041B is #2BFBE4. Grayscale: #444444. Windows color (decimal): -2882533 or 1770708. OLE color: 1770708.
HSL color Cylindrical-coordinate representation of color #D4041B: hue angle of 353.37º 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 #D4041B is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 27 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.17 |
| HSL | 353.37º | 0.96% | 0.42% | - |
| HSV(B) | 353.37º | 0.98% | 0.83% | - |
| XYZ | 27.39 | 14.16 | 2.33 | - |
| YUV | 68.81 | 104.41 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 27 | 0 | 0.98 | 0.87 | 0.17 | 353.37 | 0.96 | 0.42 |
| Hex | D4 | 4 | 1B | 0 | 62 | 57 | 11 | 161 | 60 | 2A |
| Octal | 324 | 4 | 33 | 0 | 142 | 127 | 21 | 541 | 140 | 52 |
| Binary | 11010100 | 100 | 11011 | 0 | 1100010 | 1010111 | 10001 | 101100001 | 1100000 | 101010 |
Color Harmonies of #D4041B
Complementary color
Monochromatic Colors of #D4041B
Black with #D4041B
Text Example
Text Example
White with #D4041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4041B; }
p { color: rgb(212,4,27); }
H1.HeaderClassName
{
color: #D4041B;
}
.AnyTagClassName
{
color: #D4041B;
}
</style>
background-color css
<style>
a { background-color: #D4041B; }
a { background-color: rgb(212,4,27); }
div.DivClassName
{
background-color: #D4041B;
}
.BgClassName
{
background-color: #D4041B;
}
</style>
border-color css
<style>
span { border-color: #D4041B; }
span { border-color: rgb(212,4,27); }
td.TdClassName
{
border-color: #D4041B;
}
.TagClassName
{
border-color: #D4041B;
}
</style>