Shades of Venetian Red #D30024
Tints of Venetian Red #D30024
RGB
CMYK
RGB Variations
Color information
#D30024 (or 0xD30024) is known color: Venetian Red. HEX triplet: D3, 00 and 24. RGB value is (211,0,36). Sum of RGB (Red+Green+Blue) = 211+0+36=247 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.43% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 211 - color contains mainly: red. Hex color #D30024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30024 is #2CFFDB. Grayscale: #434343. Windows color (decimal): -2949084 or 2359507. OLE color: 2359507.
HSL color Cylindrical-coordinate representation of color #D30024: hue angle of 349.76º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30024 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.83 | 0.17 |
| HSL | 349.76º | 1% | 0.41% | - |
| HSV(B) | 349.76º | 1% | 0.83% | - |
| XYZ | 27.18 | 13.98 | 2.93 | - |
| YUV | 67.19 | 110.4 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 36 | 0 | 1 | 0.83 | 0.17 | 349.76 | 1 | 0.41 |
| Hex | D3 | 0 | 24 | 0 | 64 | 53 | 11 | 15E | 64 | 29 |
| Octal | 323 | 0 | 44 | 0 | 144 | 123 | 21 | 536 | 144 | 51 |
| Binary | 11010011 | 0 | 100100 | 0 | 1100100 | 1010011 | 10001 | 101011110 | 1100100 | 101001 |
Color Harmonies of #D30024
Complementary color
Monochromatic Colors of #D30024
Black with #D30024
Text Example
Text Example
White with #D30024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30024; }
p { color: rgb(211,0,36); }
H1.HeaderClassName
{
color: #D30024;
}
.AnyTagClassName
{
color: #D30024;
}
</style>
background-color css
<style>
a { background-color: #D30024; }
a { background-color: rgb(211,0,36); }
div.DivClassName
{
background-color: #D30024;
}
.BgClassName
{
background-color: #D30024;
}
</style>
border-color css
<style>
span { border-color: #D30024; }
span { border-color: rgb(211,0,36); }
td.TdClassName
{
border-color: #D30024;
}
.TagClassName
{
border-color: #D30024;
}
</style>