Shades of Venetian Red #D70418
Tints of Venetian Red #D70418
RGB
CMYK
RGB Variations
Color information
#D70418 (or 0xD70418) is known color: Venetian Red. HEX triplet: D7, 04 and 18. RGB value is (215,4,24). Sum of RGB (Red+Green+Blue) = 215+4+24=243 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.48% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 215 - color contains mainly: red. Hex color #D70418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70418 is #28FBE7. Grayscale: #454545. Windows color (decimal): -2685928 or 1574103. OLE color: 1574103.
HSL color Cylindrical-coordinate representation of color #D70418: hue angle of 354.31º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70418 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 24 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.16 |
| HSL | 354.31º | 0.96% | 0.43% | - |
| HSV(B) | 354.31º | 0.98% | 0.84% | - |
| XYZ | 28.23 | 14.6 | 2.19 | - |
| YUV | 69.37 | 102.4 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 24 | 0 | 0.98 | 0.89 | 0.16 | 354.31 | 0.96 | 0.43 |
| Hex | D7 | 4 | 18 | 0 | 62 | 59 | 10 | 162 | 60 | 2B |
| Octal | 327 | 4 | 30 | 0 | 142 | 131 | 20 | 542 | 140 | 53 |
| Binary | 11010111 | 100 | 11000 | 0 | 1100010 | 1011001 | 10000 | 101100010 | 1100000 | 101011 |
Color Harmonies of #D70418
Complementary color
Monochromatic Colors of #D70418
Black with #D70418
Text Example
Text Example
White with #D70418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70418; }
p { color: rgb(215,4,24); }
H1.HeaderClassName
{
color: #D70418;
}
.AnyTagClassName
{
color: #D70418;
}
</style>
background-color css
<style>
a { background-color: #D70418; }
a { background-color: rgb(215,4,24); }
div.DivClassName
{
background-color: #D70418;
}
.BgClassName
{
background-color: #D70418;
}
</style>
border-color css
<style>
span { border-color: #D70418; }
span { border-color: rgb(215,4,24); }
td.TdClassName
{
border-color: #D70418;
}
.TagClassName
{
border-color: #D70418;
}
</style>