Shades of Venetian Red #D30123
Tints of Venetian Red #D30123
RGB
CMYK
RGB Variations
Color information
#D30123 (or 0xD30123) is known color: Venetian Red. HEX triplet: D3, 01 and 23. RGB value is (211,1,35). Sum of RGB (Red+Green+Blue) = 211+1+35=247 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.43% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 211 - color contains mainly: red. Hex color #D30123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30123 is #2CFEDC. Grayscale: #434343. Windows color (decimal): -2948829 or 2294227. OLE color: 2294227.
HSL color Cylindrical-coordinate representation of color #D30123: hue angle of 350.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30123 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 35 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.17 |
| HSL | 350.29º | 0.99% | 0.42% | - |
| HSV(B) | 350.29º | 1% | 0.83% | - |
| XYZ | 27.18 | 13.99 | 2.86 | - |
| YUV | 67.67 | 109.57 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 35 | 0 | 1.00 | 0.83 | 0.17 | 350.29 | 0.99 | 0.42 |
| Hex | D3 | 1 | 23 | 0 | 64 | 53 | 11 | 15E | 63 | 2A |
| Octal | 323 | 1 | 43 | 0 | 144 | 123 | 21 | 536 | 143 | 52 |
| Binary | 11010011 | 1 | 100011 | 0 | 1100100 | 1010011 | 10001 | 101011110 | 1100011 | 101010 |
Color Harmonies of #D30123
Complementary color
Monochromatic Colors of #D30123
Black with #D30123
Text Example
Text Example
White with #D30123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30123; }
p { color: rgb(211,1,35); }
H1.HeaderClassName
{
color: #D30123;
}
.AnyTagClassName
{
color: #D30123;
}
</style>
background-color css
<style>
a { background-color: #D30123; }
a { background-color: rgb(211,1,35); }
div.DivClassName
{
background-color: #D30123;
}
.BgClassName
{
background-color: #D30123;
}
</style>
border-color css
<style>
span { border-color: #D30123; }
span { border-color: rgb(211,1,35); }
td.TdClassName
{
border-color: #D30123;
}
.TagClassName
{
border-color: #D30123;
}
</style>