Shades of Venetian Red #D4051F
Tints of Venetian Red #D4051F
RGB
CMYK
RGB Variations
Color information
#D4051F (or 0xD4051F) is known color: Venetian Red. HEX triplet: D4, 05 and 1F. RGB value is (212,5,31). Sum of RGB (Red+Green+Blue) = 212+5+31=248 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.48% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 212 - color contains mainly: red. Hex color #D4051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4051F is #2BFAE0. Grayscale: #454545. Windows color (decimal): -2882273 or 2033108. OLE color: 2033108.
HSL color Cylindrical-coordinate representation of color #D4051F: hue angle of 352.46º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4051F is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 31 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.17 |
| HSL | 352.46º | 0.95% | 0.43% | - |
| HSV(B) | 352.46º | 0.98% | 0.83% | - |
| XYZ | 27.45 | 14.2 | 2.59 | - |
| YUV | 69.86 | 106.08 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 31 | 0 | 0.98 | 0.85 | 0.17 | 352.46 | 0.95 | 0.43 |
| Hex | D4 | 5 | 1F | 0 | 62 | 55 | 11 | 160 | 5F | 2B |
| Octal | 324 | 5 | 37 | 0 | 142 | 125 | 21 | 540 | 137 | 53 |
| Binary | 11010100 | 101 | 11111 | 0 | 1100010 | 1010101 | 10001 | 101100000 | 1011111 | 101011 |
Color Harmonies of #D4051F
Complementary color
Monochromatic Colors of #D4051F
Black with #D4051F
Text Example
Text Example
White with #D4051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4051F; }
p { color: rgb(212,5,31); }
H1.HeaderClassName
{
color: #D4051F;
}
.AnyTagClassName
{
color: #D4051F;
}
</style>
background-color css
<style>
a { background-color: #D4051F; }
a { background-color: rgb(212,5,31); }
div.DivClassName
{
background-color: #D4051F;
}
.BgClassName
{
background-color: #D4051F;
}
</style>
border-color css
<style>
span { border-color: #D4051F; }
span { border-color: rgb(212,5,31); }
td.TdClassName
{
border-color: #D4051F;
}
.TagClassName
{
border-color: #D4051F;
}
</style>