Shades of Venetian Red #D30619
Tints of Venetian Red #D30619
RGB
CMYK
RGB Variations
Color information
#D30619 (or 0xD30619) is known color: Venetian Red. HEX triplet: D3, 06 and 19. RGB value is (211,6,25). Sum of RGB (Red+Green+Blue) = 211+6+25=242 (32% of max value = 765). Red value is 211 (82.81% from 255 or 87.19% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 211 - color contains mainly: red. Hex color #D30619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30619 is #2CF9E6. Grayscale: #454545. Windows color (decimal): -2947559 or 1640147. OLE color: 1640147.
HSL color Cylindrical-coordinate representation of color #D30619: hue angle of 354.44º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D30619 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 25 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.17 |
| HSL | 354.44º | 0.94% | 0.43% | - |
| HSV(B) | 354.44º | 0.97% | 0.83% | - |
| XYZ | 27.1 | 14.05 | 2.2 | - |
| YUV | 69.46 | 102.92 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 25 | 0 | 0.97 | 0.88 | 0.17 | 354.44 | 0.94 | 0.43 |
| Hex | D3 | 6 | 19 | 0 | 61 | 58 | 11 | 162 | 5E | 2B |
| Octal | 323 | 6 | 31 | 0 | 141 | 130 | 21 | 542 | 136 | 53 |
| Binary | 11010011 | 110 | 11001 | 0 | 1100001 | 1011000 | 10001 | 101100010 | 1011110 | 101011 |
Color Harmonies of #D30619
Complementary color
Monochromatic Colors of #D30619
Black with #D30619
Text Example
Text Example
White with #D30619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30619; }
p { color: rgb(211,6,25); }
H1.HeaderClassName
{
color: #D30619;
}
.AnyTagClassName
{
color: #D30619;
}
</style>
background-color css
<style>
a { background-color: #D30619; }
a { background-color: rgb(211,6,25); }
div.DivClassName
{
background-color: #D30619;
}
.BgClassName
{
background-color: #D30619;
}
</style>
border-color css
<style>
span { border-color: #D30619; }
span { border-color: rgb(211,6,25); }
td.TdClassName
{
border-color: #D30619;
}
.TagClassName
{
border-color: #D30619;
}
</style>