Shades of Venetian Red #D70218
Tints of Venetian Red #D70218
RGB
CMYK
RGB Variations
Color information
#D70218 (or 0xD70218) is known color: Venetian Red. HEX triplet: D7, 02 and 18. RGB value is (215,2,24). Sum of RGB (Red+Green+Blue) = 215+2+24=241 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.21% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 215 - color contains mainly: red. Hex color #D70218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70218 is #28FDE7. Grayscale: #444444. Windows color (decimal): -2686440 or 1573591. OLE color: 1573591.
HSL color Cylindrical-coordinate representation of color #D70218: hue angle of 353.8º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70218 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 24 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.16 |
| HSL | 353.8º | 0.98% | 0.43% | - |
| HSV(B) | 353.8º | 0.99% | 0.84% | - |
| XYZ | 28.21 | 14.56 | 2.19 | - |
| YUV | 68.2 | 103.07 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 24 | 0 | 0.99 | 0.89 | 0.16 | 353.8 | 0.98 | 0.43 |
| Hex | D7 | 2 | 18 | 0 | 63 | 59 | 10 | 162 | 62 | 2B |
| Octal | 327 | 2 | 30 | 0 | 143 | 131 | 20 | 542 | 142 | 53 |
| Binary | 11010111 | 10 | 11000 | 0 | 1100011 | 1011001 | 10000 | 101100010 | 1100010 | 101011 |
Color Harmonies of #D70218
Complementary color
Monochromatic Colors of #D70218
Black with #D70218
Text Example
Text Example
White with #D70218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70218; }
p { color: rgb(215,2,24); }
H1.HeaderClassName
{
color: #D70218;
}
.AnyTagClassName
{
color: #D70218;
}
</style>
background-color css
<style>
a { background-color: #D70218; }
a { background-color: rgb(215,2,24); }
div.DivClassName
{
background-color: #D70218;
}
.BgClassName
{
background-color: #D70218;
}
</style>
border-color css
<style>
span { border-color: #D70218; }
span { border-color: rgb(215,2,24); }
td.TdClassName
{
border-color: #D70218;
}
.TagClassName
{
border-color: #D70218;
}
</style>