Shades of Venetian Red #D30714
Tints of Venetian Red #D30714
RGB
CMYK
RGB Variations
Color information
#D30714 (or 0xD30714) is known color: Venetian Red. HEX triplet: D3, 07 and 14. RGB value is (211,7,20). Sum of RGB (Red+Green+Blue) = 211+7+20=238 (31% of max value = 765). Red value is 211 (82.81% from 255 or 88.66% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 211 - color contains mainly: red. Hex color #D30714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30714 is #2CF8EB. Grayscale: #454545. Windows color (decimal): -2947308 or 1312723. OLE color: 1312723.
HSL color Cylindrical-coordinate representation of color #D30714: hue angle of 356.18º 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 #D30714 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 20 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.17 |
| HSL | 356.18º | 0.94% | 0.43% | - |
| HSV(B) | 356.18º | 0.97% | 0.83% | - |
| XYZ | 27.07 | 14.05 | 1.95 | - |
| YUV | 69.48 | 100.09 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 20 | 0 | 0.97 | 0.91 | 0.17 | 356.18 | 0.94 | 0.43 |
| Hex | D3 | 7 | 14 | 0 | 61 | 5B | 11 | 164 | 5E | 2B |
| Octal | 323 | 7 | 24 | 0 | 141 | 133 | 21 | 544 | 136 | 53 |
| Binary | 11010011 | 111 | 10100 | 0 | 1100001 | 1011011 | 10001 | 101100100 | 1011110 | 101011 |
Color Harmonies of #D30714
Complementary color
Monochromatic Colors of #D30714
Black with #D30714
Text Example
Text Example
White with #D30714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30714; }
p { color: rgb(211,7,20); }
H1.HeaderClassName
{
color: #D30714;
}
.AnyTagClassName
{
color: #D30714;
}
</style>
background-color css
<style>
a { background-color: #D30714; }
a { background-color: rgb(211,7,20); }
div.DivClassName
{
background-color: #D30714;
}
.BgClassName
{
background-color: #D30714;
}
</style>
border-color css
<style>
span { border-color: #D30714; }
span { border-color: rgb(211,7,20); }
td.TdClassName
{
border-color: #D30714;
}
.TagClassName
{
border-color: #D30714;
}
</style>