Shades of Venetian Red #D40316
Tints of Venetian Red #D40316
RGB
CMYK
RGB Variations
Color information
#D40316 (or 0xD40316) is known color: Venetian Red. HEX triplet: D4, 03 and 16. RGB value is (212,3,22). Sum of RGB (Red+Green+Blue) = 212+3+22=237 (31% of max value = 765). Red value is 212 (83.20% from 255 or 89.45% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 212 - color contains mainly: red. Hex color #D40316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40316 is #2BFCE9. Grayscale: #434343. Windows color (decimal): -2882794 or 1442772. OLE color: 1442772.
HSL color Cylindrical-coordinate representation of color #D40316: hue angle of 354.55º 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 #D40316 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 22 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.17 |
| HSL | 354.55º | 0.97% | 0.42% | - |
| HSV(B) | 354.55º | 0.99% | 0.83% | - |
| XYZ | 27.33 | 14.12 | 2.04 | - |
| YUV | 67.66 | 102.24 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 22 | 0 | 0.99 | 0.90 | 0.17 | 354.55 | 0.97 | 0.42 |
| Hex | D4 | 3 | 16 | 0 | 63 | 5A | 11 | 163 | 61 | 2A |
| Octal | 324 | 3 | 26 | 0 | 143 | 132 | 21 | 543 | 141 | 52 |
| Binary | 11010100 | 11 | 10110 | 0 | 1100011 | 1011010 | 10001 | 101100011 | 1100001 | 101010 |
Color Harmonies of #D40316
Complementary color
Monochromatic Colors of #D40316
Black with #D40316
Text Example
Text Example
White with #D40316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40316; }
p { color: rgb(212,3,22); }
H1.HeaderClassName
{
color: #D40316;
}
.AnyTagClassName
{
color: #D40316;
}
</style>
background-color css
<style>
a { background-color: #D40316; }
a { background-color: rgb(212,3,22); }
div.DivClassName
{
background-color: #D40316;
}
.BgClassName
{
background-color: #D40316;
}
</style>
border-color css
<style>
span { border-color: #D40316; }
span { border-color: rgb(212,3,22); }
td.TdClassName
{
border-color: #D40316;
}
.TagClassName
{
border-color: #D40316;
}
</style>