Shades of Venetian Red #D30124
Tints of Venetian Red #D30124
RGB
CMYK
RGB Variations
Color information
#D30124 (or 0xD30124) is known color: Venetian Red. HEX triplet: D3, 01 and 24. RGB value is (211,1,36). Sum of RGB (Red+Green+Blue) = 211+1+36=248 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.08% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 211 - color contains mainly: red. Hex color #D30124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30124 is #2CFEDB. Grayscale: #434343. Windows color (decimal): -2948828 or 2359763. OLE color: 2359763.
HSL color Cylindrical-coordinate representation of color #D30124: hue angle of 350º 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 #D30124 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 36 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.17 |
| HSL | 350º | 0.99% | 0.42% | - |
| HSV(B) | 350º | 1% | 0.83% | - |
| XYZ | 27.19 | 14 | 2.94 | - |
| YUV | 67.78 | 110.07 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 36 | 0 | 1.00 | 0.83 | 0.17 | 350 | 0.99 | 0.42 |
| Hex | D3 | 1 | 24 | 0 | 64 | 53 | 11 | 15E | 63 | 2A |
| Octal | 323 | 1 | 44 | 0 | 144 | 123 | 21 | 536 | 143 | 52 |
| Binary | 11010011 | 1 | 100100 | 0 | 1100100 | 1010011 | 10001 | 101011110 | 1100011 | 101010 |
Color Harmonies of #D30124
Complementary color
Monochromatic Colors of #D30124
Black with #D30124
Text Example
Text Example
White with #D30124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30124; }
p { color: rgb(211,1,36); }
H1.HeaderClassName
{
color: #D30124;
}
.AnyTagClassName
{
color: #D30124;
}
</style>
background-color css
<style>
a { background-color: #D30124; }
a { background-color: rgb(211,1,36); }
div.DivClassName
{
background-color: #D30124;
}
.BgClassName
{
background-color: #D30124;
}
</style>
border-color css
<style>
span { border-color: #D30124; }
span { border-color: rgb(211,1,36); }
td.TdClassName
{
border-color: #D30124;
}
.TagClassName
{
border-color: #D30124;
}
</style>