Shades of Venetian Red #D70618
Tints of Venetian Red #D70618
RGB
CMYK
RGB Variations
Color information
#D70618 (or 0xD70618) is known color: Venetian Red. HEX triplet: D7, 06 and 18. RGB value is (215,6,24). Sum of RGB (Red+Green+Blue) = 215+6+24=245 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.76% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 215 - color contains mainly: red. Hex color #D70618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70618 is #28F9E7. Grayscale: #464646. Windows color (decimal): -2685416 or 1574615. OLE color: 1574615.
HSL color Cylindrical-coordinate representation of color #D70618: hue angle of 354.83º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70618 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 24 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.16 |
| HSL | 354.83º | 0.95% | 0.43% | - |
| HSV(B) | 354.83º | 0.97% | 0.84% | - |
| XYZ | 28.25 | 14.64 | 2.2 | - |
| YUV | 70.54 | 101.74 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 24 | 0 | 0.97 | 0.89 | 0.16 | 354.83 | 0.95 | 0.43 |
| Hex | D7 | 6 | 18 | 0 | 61 | 59 | 10 | 163 | 5F | 2B |
| Octal | 327 | 6 | 30 | 0 | 141 | 131 | 20 | 543 | 137 | 53 |
| Binary | 11010111 | 110 | 11000 | 0 | 1100001 | 1011001 | 10000 | 101100011 | 1011111 | 101011 |
Color Harmonies of #D70618
Complementary color
Monochromatic Colors of #D70618
Black with #D70618
Text Example
Text Example
White with #D70618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70618; }
p { color: rgb(215,6,24); }
H1.HeaderClassName
{
color: #D70618;
}
.AnyTagClassName
{
color: #D70618;
}
</style>
background-color css
<style>
a { background-color: #D70618; }
a { background-color: rgb(215,6,24); }
div.DivClassName
{
background-color: #D70618;
}
.BgClassName
{
background-color: #D70618;
}
</style>
border-color css
<style>
span { border-color: #D70618; }
span { border-color: rgb(215,6,24); }
td.TdClassName
{
border-color: #D70618;
}
.TagClassName
{
border-color: #D70618;
}
</style>