Shades of Venetian Red #D1002A
Tints of Venetian Red #D1002A
RGB
CMYK
RGB Variations
Color information
#D1002A (or 0xD1002A) is known color: Venetian Red. HEX triplet: D1, 00 and 2A. RGB value is (209,0,42). Sum of RGB (Red+Green+Blue) = 209+0+42=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D1002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1002A is #2EFFD5. Grayscale: #434343. Windows color (decimal): -3080150 or 2752721. OLE color: 2752721.
HSL color Cylindrical-coordinate representation of color #D1002A: hue angle of 347.94º 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 #D1002A is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.80 | 0.18 |
| HSL | 347.94º | 1% | 0.41% | - |
| HSV(B) | 347.94º | 1% | 0.82% | - |
| XYZ | 26.71 | 13.72 | 3.43 | - |
| YUV | 67.28 | 113.74 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 42 | 0 | 1 | 0.80 | 0.18 | 347.94 | 1 | 0.41 |
| Hex | D1 | 0 | 2A | 0 | 64 | 50 | 12 | 15C | 64 | 29 |
| Octal | 321 | 0 | 52 | 0 | 144 | 120 | 22 | 534 | 144 | 51 |
| Binary | 11010001 | 0 | 101010 | 0 | 1100100 | 1010000 | 10010 | 101011100 | 1100100 | 101001 |
Color Harmonies of #D1002A
Complementary color
Monochromatic Colors of #D1002A
Black with #D1002A
Text Example
Text Example
White with #D1002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1002A; }
p { color: rgb(209,0,42); }
H1.HeaderClassName
{
color: #D1002A;
}
.AnyTagClassName
{
color: #D1002A;
}
</style>
background-color css
<style>
a { background-color: #D1002A; }
a { background-color: rgb(209,0,42); }
div.DivClassName
{
background-color: #D1002A;
}
.BgClassName
{
background-color: #D1002A;
}
</style>
border-color css
<style>
span { border-color: #D1002A; }
span { border-color: rgb(209,0,42); }
td.TdClassName
{
border-color: #D1002A;
}
.TagClassName
{
border-color: #D1002A;
}
</style>