Shades of Venetian Red #D00622
Tints of Venetian Red #D00622
RGB
CMYK
RGB Variations
Color information
#D00622 (or 0xD00622) is known color: Venetian Red. HEX triplet: D0, 06 and 22. RGB value is (208,6,34). Sum of RGB (Red+Green+Blue) = 208+6+34=248 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.87% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 208 - color contains mainly: red. Hex color #D00622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00622 is #2FF9DD. Grayscale: #454545. Windows color (decimal): -3144158 or 2229968. OLE color: 2229968.
HSL color Cylindrical-coordinate representation of color #D00622: hue angle of 351.68º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00622 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 34 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.18 |
| HSL | 351.68º | 0.94% | 0.42% | - |
| HSV(B) | 351.68º | 0.97% | 0.82% | - |
| XYZ | 26.37 | 13.66 | 2.76 | - |
| YUV | 69.59 | 107.92 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 34 | 0 | 0.97 | 0.84 | 0.18 | 351.68 | 0.94 | 0.42 |
| Hex | D0 | 6 | 22 | 0 | 61 | 54 | 12 | 160 | 5E | 2A |
| Octal | 320 | 6 | 42 | 0 | 141 | 124 | 22 | 540 | 136 | 52 |
| Binary | 11010000 | 110 | 100010 | 0 | 1100001 | 1010100 | 10010 | 101100000 | 1011110 | 101010 |
Color Harmonies of #D00622
Complementary color
Monochromatic Colors of #D00622
Black with #D00622
Text Example
Text Example
White with #D00622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00622; }
p { color: rgb(208,6,34); }
H1.HeaderClassName
{
color: #D00622;
}
.AnyTagClassName
{
color: #D00622;
}
</style>
background-color css
<style>
a { background-color: #D00622; }
a { background-color: rgb(208,6,34); }
div.DivClassName
{
background-color: #D00622;
}
.BgClassName
{
background-color: #D00622;
}
</style>
border-color css
<style>
span { border-color: #D00622; }
span { border-color: rgb(208,6,34); }
td.TdClassName
{
border-color: #D00622;
}
.TagClassName
{
border-color: #D00622;
}
</style>