Shades of Venetian Red #D40314
Tints of Venetian Red #D40314
RGB
CMYK
RGB Variations
Color information
#D40314 (or 0xD40314) is known color: Venetian Red. HEX triplet: D4, 03 and 14. RGB value is (212,3,20). Sum of RGB (Red+Green+Blue) = 212+3+20=235 (31% of max value = 765). Red value is 212 (83.20% from 255 or 90.21% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 212 - color contains mainly: red. Hex color #D40314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40314 is #2BFCEB. Grayscale: #434343. Windows color (decimal): -2882796 or 1311700. OLE color: 1311700.
HSL color Cylindrical-coordinate representation of color #D40314: hue angle of 355.12º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40314 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 20 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.17 |
| HSL | 355.12º | 0.97% | 0.42% | - |
| HSV(B) | 355.12º | 0.99% | 0.83% | - |
| XYZ | 27.31 | 14.11 | 1.95 | - |
| YUV | 67.43 | 101.24 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 20 | 0 | 0.99 | 0.91 | 0.17 | 355.12 | 0.97 | 0.42 |
| Hex | D4 | 3 | 14 | 0 | 63 | 5B | 11 | 163 | 61 | 2A |
| Octal | 324 | 3 | 24 | 0 | 143 | 133 | 21 | 543 | 141 | 52 |
| Binary | 11010100 | 11 | 10100 | 0 | 1100011 | 1011011 | 10001 | 101100011 | 1100001 | 101010 |
Color Harmonies of #D40314
Complementary color
Monochromatic Colors of #D40314
Black with #D40314
Text Example
Text Example
White with #D40314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40314; }
p { color: rgb(212,3,20); }
H1.HeaderClassName
{
color: #D40314;
}
.AnyTagClassName
{
color: #D40314;
}
</style>
background-color css
<style>
a { background-color: #D40314; }
a { background-color: rgb(212,3,20); }
div.DivClassName
{
background-color: #D40314;
}
.BgClassName
{
background-color: #D40314;
}
</style>
border-color css
<style>
span { border-color: #D40314; }
span { border-color: rgb(212,3,20); }
td.TdClassName
{
border-color: #D40314;
}
.TagClassName
{
border-color: #D40314;
}
</style>