Shades of Venetian Red #D40714
Tints of Venetian Red #D40714
RGB
CMYK
RGB Variations
Color information
#D40714 (or 0xD40714) is known color: Venetian Red. HEX triplet: D4, 07 and 14. RGB value is (212,7,20). Sum of RGB (Red+Green+Blue) = 212+7+20=239 (31% of max value = 765). Red value is 212 (83.20% from 255 or 88.70% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 212 - color contains mainly: red. Hex color #D40714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40714 is #2BF8EB. Grayscale: #454545. Windows color (decimal): -2881772 or 1312724. OLE color: 1312724.
HSL color Cylindrical-coordinate representation of color #D40714: hue angle of 356.2º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D40714 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 20 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.17 |
| HSL | 356.2º | 0.94% | 0.43% | - |
| HSV(B) | 356.2º | 0.97% | 0.83% | - |
| XYZ | 27.35 | 14.2 | 1.96 | - |
| YUV | 69.78 | 99.92 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 20 | 0 | 0.97 | 0.91 | 0.17 | 356.2 | 0.94 | 0.43 |
| Hex | D4 | 7 | 14 | 0 | 61 | 5B | 11 | 164 | 5E | 2B |
| Octal | 324 | 7 | 24 | 0 | 141 | 133 | 21 | 544 | 136 | 53 |
| Binary | 11010100 | 111 | 10100 | 0 | 1100001 | 1011011 | 10001 | 101100100 | 1011110 | 101011 |
Color Harmonies of #D40714
Complementary color
Monochromatic Colors of #D40714
Black with #D40714
Text Example
Text Example
White with #D40714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40714; }
p { color: rgb(212,7,20); }
H1.HeaderClassName
{
color: #D40714;
}
.AnyTagClassName
{
color: #D40714;
}
</style>
background-color css
<style>
a { background-color: #D40714; }
a { background-color: rgb(212,7,20); }
div.DivClassName
{
background-color: #D40714;
}
.BgClassName
{
background-color: #D40714;
}
</style>
border-color css
<style>
span { border-color: #D40714; }
span { border-color: rgb(212,7,20); }
td.TdClassName
{
border-color: #D40714;
}
.TagClassName
{
border-color: #D40714;
}
</style>