Shades of Venetian Red #D2000F
Tints of Venetian Red #D2000F
RGB
CMYK
RGB Variations
Color information
#D2000F (or 0xD2000F) is known color: Venetian Red. HEX triplet: D2, 00 and 0F. RGB value is (210,0,15). Sum of RGB (Red+Green+Blue) = 210+0+15=225 (29% of max value = 765). Red value is 210 (82.42% from 255 or 93.33% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 210 - color contains mainly: red. Hex color #D2000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2000F is #2DFFF0. Grayscale: #404040. Windows color (decimal): -3014641 or 983250. OLE color: 983250.
HSL color Cylindrical-coordinate representation of color #D2000F: hue angle of 355.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2000F is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.93 | 0.18 |
| HSL | 355.71º | 1% | 0.41% | - |
| HSV(B) | 355.71º | 1% | 0.82% | - |
| XYZ | 26.66 | 13.74 | 1.7 | - |
| YUV | 64.5 | 100.07 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 15 | 0 | 1 | 0.93 | 0.18 | 355.71 | 1 | 0.41 |
| Hex | D2 | 0 | F | 0 | 64 | 5D | 12 | 164 | 64 | 29 |
| Octal | 322 | 0 | 17 | 0 | 144 | 135 | 22 | 544 | 144 | 51 |
| Binary | 11010010 | 0 | 1111 | 0 | 1100100 | 1011101 | 10010 | 101100100 | 1100100 | 101001 |
Color Harmonies of #D2000F
Complementary color
Monochromatic Colors of #D2000F
Black with #D2000F
Text Example
Text Example
White with #D2000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2000F; }
p { color: rgb(210,0,15); }
H1.HeaderClassName
{
color: #D2000F;
}
.AnyTagClassName
{
color: #D2000F;
}
</style>
background-color css
<style>
a { background-color: #D2000F; }
a { background-color: rgb(210,0,15); }
div.DivClassName
{
background-color: #D2000F;
}
.BgClassName
{
background-color: #D2000F;
}
</style>
border-color css
<style>
span { border-color: #D2000F; }
span { border-color: rgb(210,0,15); }
td.TdClassName
{
border-color: #D2000F;
}
.TagClassName
{
border-color: #D2000F;
}
</style>