Shades of Venetian Red #D30413
Tints of Venetian Red #D30413
RGB
CMYK
RGB Variations
Color information
#D30413 (or 0xD30413) is known color: Venetian Red. HEX triplet: D3, 04 and 13. RGB value is (211,4,19). Sum of RGB (Red+Green+Blue) = 211+4+19=234 (30% of max value = 765). Red value is 211 (82.81% from 255 or 90.17% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 211 - color contains mainly: red. Hex color #D30413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30413 is #2CFBEC. Grayscale: #434343. Windows color (decimal): -2948077 or 1246419. OLE color: 1246419.
HSL color Cylindrical-coordinate representation of color #D30413: hue angle of 355.65º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30413 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 4 | 19 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.17 |
| HSL | 355.65º | 0.96% | 0.42% | - |
| HSV(B) | 355.65º | 0.98% | 0.83% | - |
| XYZ | 27.02 | 13.98 | 1.89 | - |
| YUV | 67.6 | 100.58 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 19 | 0 | 0.98 | 0.91 | 0.17 | 355.65 | 0.96 | 0.42 |
| Hex | D3 | 4 | 13 | 0 | 62 | 5B | 11 | 164 | 60 | 2A |
| Octal | 323 | 4 | 23 | 0 | 142 | 133 | 21 | 544 | 140 | 52 |
| Binary | 11010011 | 100 | 10011 | 0 | 1100010 | 1011011 | 10001 | 101100100 | 1100000 | 101010 |
Color Harmonies of #D30413
Complementary color
Monochromatic Colors of #D30413
Black with #D30413
Text Example
Text Example
White with #D30413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30413; }
p { color: rgb(211,4,19); }
H1.HeaderClassName
{
color: #D30413;
}
.AnyTagClassName
{
color: #D30413;
}
</style>
background-color css
<style>
a { background-color: #D30413; }
a { background-color: rgb(211,4,19); }
div.DivClassName
{
background-color: #D30413;
}
.BgClassName
{
background-color: #D30413;
}
</style>
border-color css
<style>
span { border-color: #D30413; }
span { border-color: rgb(211,4,19); }
td.TdClassName
{
border-color: #D30413;
}
.TagClassName
{
border-color: #D30413;
}
</style>