Shades of Venetian Red #D40607
Tints of Venetian Red #D40607
RGB
CMYK
RGB Variations
Color information
#D40607 (or 0xD40607) is known color: Venetian Red. HEX triplet: D4, 06 and 07. RGB value is (212,6,7). Sum of RGB (Red+Green+Blue) = 212+6+7=225 (29% of max value = 765). Red value is 212 (83.20% from 255 or 94.22% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 212 - color contains mainly: red. Hex color #D40607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40607 is #2BF9F8. Grayscale: #434343. Windows color (decimal): -2882041 or 460500. OLE color: 460500.
HSL color Cylindrical-coordinate representation of color #D40607: hue angle of 359.71º 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 #D40607 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 6 | 7 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.17 |
| HSL | 359.71º | 0.94% | 0.43% | - |
| HSV(B) | 359.71º | 0.97% | 0.83% | - |
| XYZ | 27.25 | 14.14 | 1.49 | - |
| YUV | 67.71 | 93.75 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 6 | 7 | 0 | 0.97 | 0.97 | 0.17 | 359.71 | 0.94 | 0.43 |
| Hex | D4 | 6 | 7 | 0 | 61 | 61 | 11 | 168 | 5E | 2B |
| Octal | 324 | 6 | 7 | 0 | 141 | 141 | 21 | 550 | 136 | 53 |
| Binary | 11010100 | 110 | 111 | 0 | 1100001 | 1100001 | 10001 | 101101000 | 1011110 | 101011 |
Color Harmonies of #D40607
Complementary color
Monochromatic Colors of #D40607
Black with #D40607
Text Example
Text Example
White with #D40607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40607; }
p { color: rgb(212,6,7); }
H1.HeaderClassName
{
color: #D40607;
}
.AnyTagClassName
{
color: #D40607;
}
</style>
background-color css
<style>
a { background-color: #D40607; }
a { background-color: rgb(212,6,7); }
div.DivClassName
{
background-color: #D40607;
}
.BgClassName
{
background-color: #D40607;
}
</style>
border-color css
<style>
span { border-color: #D40607; }
span { border-color: rgb(212,6,7); }
td.TdClassName
{
border-color: #D40607;
}
.TagClassName
{
border-color: #D40607;
}
</style>