Shades of Venetian Red #D70A1A
Tints of Venetian Red #D70A1A
RGB
CMYK
RGB Variations
Color information
#D70A1A (or 0xD70A1A) is known color: Venetian Red. HEX triplet: D7, 0A and 1A. RGB value is (215,10,26). Sum of RGB (Red+Green+Blue) = 215+10+26=251 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.66% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70A1A is #28F5E5. Grayscale: #494949. Windows color (decimal): -2684390 or 1706711. OLE color: 1706711.
HSL color Cylindrical-coordinate representation of color #D70A1A: hue angle of 355.32º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70A1A is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 26 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.16 |
| HSL | 355.32º | 0.91% | 0.44% | - |
| HSV(B) | 355.32º | 0.95% | 0.84% | - |
| XYZ | 28.32 | 14.74 | 2.33 | - |
| YUV | 73.12 | 101.42 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 26 | 0 | 0.95 | 0.88 | 0.16 | 355.32 | 0.91 | 0.44 |
| Hex | D7 | A | 1A | 0 | 5F | 58 | 10 | 163 | 5B | 2C |
| Octal | 327 | 12 | 32 | 0 | 137 | 130 | 20 | 543 | 133 | 54 |
| Binary | 11010111 | 1010 | 11010 | 0 | 1011111 | 1011000 | 10000 | 101100011 | 1011011 | 101100 |
Color Harmonies of #D70A1A
Complementary color
Monochromatic Colors of #D70A1A
Black with #D70A1A
Text Example
Text Example
White with #D70A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70A1A; }
p { color: rgb(215,10,26); }
H1.HeaderClassName
{
color: #D70A1A;
}
.AnyTagClassName
{
color: #D70A1A;
}
</style>
background-color css
<style>
a { background-color: #D70A1A; }
a { background-color: rgb(215,10,26); }
div.DivClassName
{
background-color: #D70A1A;
}
.BgClassName
{
background-color: #D70A1A;
}
</style>
border-color css
<style>
span { border-color: #D70A1A; }
span { border-color: rgb(215,10,26); }
td.TdClassName
{
border-color: #D70A1A;
}
.TagClassName
{
border-color: #D70A1A;
}
</style>