Shades of Venetian Red #D0002B
Tints of Venetian Red #D0002B
RGB
CMYK
RGB Variations
Color information
#D0002B (or 0xD0002B) is known color: Venetian Red. HEX triplet: D0, 00 and 2B. RGB value is (208,0,43). Sum of RGB (Red+Green+Blue) = 208+0+43=251 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.87% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 208 - color contains mainly: red. Hex color #D0002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0002B is #2FFFD4. Grayscale: #434343. Windows color (decimal): -3145685 or 2818256. OLE color: 2818256.
HSL color Cylindrical-coordinate representation of color #D0002B: hue angle of 347.6º 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 #D0002B is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.79 | 0.18 |
| HSL | 347.6º | 1% | 0.41% | - |
| HSV(B) | 347.6º | 1% | 0.82% | - |
| XYZ | 26.45 | 13.58 | 3.51 | - |
| YUV | 67.09 | 114.41 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 43 | 0 | 1 | 0.79 | 0.18 | 347.6 | 1 | 0.41 |
| Hex | D0 | 0 | 2B | 0 | 64 | 4F | 12 | 15C | 64 | 29 |
| Octal | 320 | 0 | 53 | 0 | 144 | 117 | 22 | 534 | 144 | 51 |
| Binary | 11010000 | 0 | 101011 | 0 | 1100100 | 1001111 | 10010 | 101011100 | 1100100 | 101001 |
Color Harmonies of #D0002B
Complementary color
Monochromatic Colors of #D0002B
Black with #D0002B
Text Example
Text Example
White with #D0002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0002B; }
p { color: rgb(208,0,43); }
H1.HeaderClassName
{
color: #D0002B;
}
.AnyTagClassName
{
color: #D0002B;
}
</style>
background-color css
<style>
a { background-color: #D0002B; }
a { background-color: rgb(208,0,43); }
div.DivClassName
{
background-color: #D0002B;
}
.BgClassName
{
background-color: #D0002B;
}
</style>
border-color css
<style>
span { border-color: #D0002B; }
span { border-color: rgb(208,0,43); }
td.TdClassName
{
border-color: #D0002B;
}
.TagClassName
{
border-color: #D0002B;
}
</style>