Shades of Venetian Red #D30612
Tints of Venetian Red #D30612
RGB
CMYK
RGB Variations
Color information
#D30612 (or 0xD30612) is known color: Venetian Red. HEX triplet: D3, 06 and 12. RGB value is (211,6,18). Sum of RGB (Red+Green+Blue) = 211+6+18=235 (31% of max value = 765). Red value is 211 (82.81% from 255 or 89.79% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 211 - color contains mainly: red. Hex color #D30612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30612 is #2CF9ED. Grayscale: #444444. Windows color (decimal): -2947566 or 1181395. OLE color: 1181395.
HSL color Cylindrical-coordinate representation of color #D30612: hue angle of 356.49º 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 #D30612 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 18 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.17 |
| HSL | 356.49º | 0.94% | 0.43% | - |
| HSV(B) | 356.49º | 0.97% | 0.83% | - |
| XYZ | 27.04 | 14.02 | 1.85 | - |
| YUV | 68.66 | 99.42 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 18 | 0 | 0.97 | 0.91 | 0.17 | 356.49 | 0.94 | 0.43 |
| Hex | D3 | 6 | 12 | 0 | 61 | 5B | 11 | 164 | 5E | 2B |
| Octal | 323 | 6 | 22 | 0 | 141 | 133 | 21 | 544 | 136 | 53 |
| Binary | 11010011 | 110 | 10010 | 0 | 1100001 | 1011011 | 10001 | 101100100 | 1011110 | 101011 |
Color Harmonies of #D30612
Complementary color
Monochromatic Colors of #D30612
Black with #D30612
Text Example
Text Example
White with #D30612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30612; }
p { color: rgb(211,6,18); }
H1.HeaderClassName
{
color: #D30612;
}
.AnyTagClassName
{
color: #D30612;
}
</style>
background-color css
<style>
a { background-color: #D30612; }
a { background-color: rgb(211,6,18); }
div.DivClassName
{
background-color: #D30612;
}
.BgClassName
{
background-color: #D30612;
}
</style>
border-color css
<style>
span { border-color: #D30612; }
span { border-color: rgb(211,6,18); }
td.TdClassName
{
border-color: #D30612;
}
.TagClassName
{
border-color: #D30612;
}
</style>