Shades of Venetian Red #D30219
Tints of Venetian Red #D30219
RGB
CMYK
RGB Variations
Color information
#D30219 (or 0xD30219) is known color: Venetian Red. HEX triplet: D3, 02 and 19. RGB value is (211,2,25). Sum of RGB (Red+Green+Blue) = 211+2+25=238 (31% of max value = 765). Red value is 211 (82.81% from 255 or 88.66% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 211 - color contains mainly: red. Hex color #D30219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30219 is #2CFDE6. Grayscale: #434343. Windows color (decimal): -2948583 or 1639123. OLE color: 1639123.
HSL color Cylindrical-coordinate representation of color #D30219: hue angle of 353.4º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D30219 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.17 |
| HSL | 353.4º | 0.98% | 0.42% | - |
| HSV(B) | 353.4º | 0.99% | 0.83% | - |
| XYZ | 27.06 | 13.96 | 2.19 | - |
| YUV | 67.11 | 104.24 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 25 | 0 | 0.99 | 0.88 | 0.17 | 353.4 | 0.98 | 0.42 |
| Hex | D3 | 2 | 19 | 0 | 63 | 58 | 11 | 161 | 62 | 2A |
| Octal | 323 | 2 | 31 | 0 | 143 | 130 | 21 | 541 | 142 | 52 |
| Binary | 11010011 | 10 | 11001 | 0 | 1100011 | 1011000 | 10001 | 101100001 | 1100010 | 101010 |
Color Harmonies of #D30219
Complementary color
Monochromatic Colors of #D30219
Black with #D30219
Text Example
Text Example
White with #D30219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30219; }
p { color: rgb(211,2,25); }
H1.HeaderClassName
{
color: #D30219;
}
.AnyTagClassName
{
color: #D30219;
}
</style>
background-color css
<style>
a { background-color: #D30219; }
a { background-color: rgb(211,2,25); }
div.DivClassName
{
background-color: #D30219;
}
.BgClassName
{
background-color: #D30219;
}
</style>
border-color css
<style>
span { border-color: #D30219; }
span { border-color: rgb(211,2,25); }
td.TdClassName
{
border-color: #D30219;
}
.TagClassName
{
border-color: #D30219;
}
</style>