Shades of Venetian Red #D40318
Tints of Venetian Red #D40318
RGB
CMYK
RGB Variations
Color information
#D40318 (or 0xD40318) is known color: Venetian Red. HEX triplet: D4, 03 and 18. RGB value is (212,3,24). Sum of RGB (Red+Green+Blue) = 212+3+24=239 (31% of max value = 765). Red value is 212 (83.20% from 255 or 88.70% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 212 - color contains mainly: red. Hex color #D40318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40318 is #2BFCE7. Grayscale: #444444. Windows color (decimal): -2882792 or 1573844. OLE color: 1573844.
HSL color Cylindrical-coordinate representation of color #D40318: hue angle of 353.97º 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 #D40318 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 24 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.17 |
| HSL | 353.97º | 0.97% | 0.42% | - |
| HSV(B) | 353.97º | 0.99% | 0.83% | - |
| XYZ | 27.35 | 14.13 | 2.15 | - |
| YUV | 67.89 | 103.24 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 24 | 0 | 0.99 | 0.89 | 0.17 | 353.97 | 0.97 | 0.42 |
| Hex | D4 | 3 | 18 | 0 | 63 | 59 | 11 | 162 | 61 | 2A |
| Octal | 324 | 3 | 30 | 0 | 143 | 131 | 21 | 542 | 141 | 52 |
| Binary | 11010100 | 11 | 11000 | 0 | 1100011 | 1011001 | 10001 | 101100010 | 1100001 | 101010 |
Color Harmonies of #D40318
Complementary color
Monochromatic Colors of #D40318
Black with #D40318
Text Example
Text Example
White with #D40318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40318; }
p { color: rgb(212,3,24); }
H1.HeaderClassName
{
color: #D40318;
}
.AnyTagClassName
{
color: #D40318;
}
</style>
background-color css
<style>
a { background-color: #D40318; }
a { background-color: rgb(212,3,24); }
div.DivClassName
{
background-color: #D40318;
}
.BgClassName
{
background-color: #D40318;
}
</style>
border-color css
<style>
span { border-color: #D40318; }
span { border-color: rgb(212,3,24); }
td.TdClassName
{
border-color: #D40318;
}
.TagClassName
{
border-color: #D40318;
}
</style>