Shades of Venetian Red #D70123
Tints of Venetian Red #D70123
RGB
CMYK
RGB Variations
Color information
#D70123 (or 0xD70123) is known color: Venetian Red. HEX triplet: D7, 01 and 23. RGB value is (215,1,35). Sum of RGB (Red+Green+Blue) = 215+1+35=251 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.66% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 215 - color contains mainly: red. Hex color #D70123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70123 is #28FEDC. Grayscale: #444444. Windows color (decimal): -2686685 or 2294231. OLE color: 2294231.
HSL color Cylindrical-coordinate representation of color #D70123: hue angle of 350.47º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70123 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 35 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.16 |
| HSL | 350.47º | 0.99% | 0.42% | - |
| HSV(B) | 350.47º | 1% | 0.84% | - |
| XYZ | 28.34 | 14.59 | 2.91 | - |
| YUV | 68.86 | 108.9 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 35 | 0 | 1.00 | 0.84 | 0.16 | 350.47 | 0.99 | 0.42 |
| Hex | D7 | 1 | 23 | 0 | 64 | 54 | 10 | 15E | 63 | 2A |
| Octal | 327 | 1 | 43 | 0 | 144 | 124 | 20 | 536 | 143 | 52 |
| Binary | 11010111 | 1 | 100011 | 0 | 1100100 | 1010100 | 10000 | 101011110 | 1100011 | 101010 |
Color Harmonies of #D70123
Complementary color
Monochromatic Colors of #D70123
Black with #D70123
Text Example
Text Example
White with #D70123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70123; }
p { color: rgb(215,1,35); }
H1.HeaderClassName
{
color: #D70123;
}
.AnyTagClassName
{
color: #D70123;
}
</style>
background-color css
<style>
a { background-color: #D70123; }
a { background-color: rgb(215,1,35); }
div.DivClassName
{
background-color: #D70123;
}
.BgClassName
{
background-color: #D70123;
}
</style>
border-color css
<style>
span { border-color: #D70123; }
span { border-color: rgb(215,1,35); }
td.TdClassName
{
border-color: #D70123;
}
.TagClassName
{
border-color: #D70123;
}
</style>