Shades of Venetian Red #D00003
Tints of Venetian Red #D00003
RGB
CMYK
RGB Variations
Color information
#D00003 (or 0xD00003) is known color: Venetian Red. HEX triplet: D0, 00 and 03. RGB value is (208,0,3). Sum of RGB (Red+Green+Blue) = 208+0+3=211 (27% of max value = 765). Red value is 208 (81.64% from 255 or 98.58% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 208 - color contains mainly: red. Hex color #D00003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00003 is #2FFFFC. Grayscale: #3E3E3E. Windows color (decimal): -3145725 or 196816. OLE color: 196816.
HSL color Cylindrical-coordinate representation of color #D00003: hue angle of 359.13º 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 #D00003 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.99 | 0.18 |
| HSL | 359.13º | 1% | 0.41% | - |
| HSV(B) | 359.13º | 1% | 0.82% | - |
| XYZ | 26.03 | 13.42 | 1.3 | - |
| YUV | 62.53 | 94.41 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 3 | 0 | 1 | 0.99 | 0.18 | 359.13 | 1 | 0.41 |
| Hex | D0 | 0 | 3 | 0 | 64 | 63 | 12 | 167 | 64 | 29 |
| Octal | 320 | 0 | 3 | 0 | 144 | 143 | 22 | 547 | 144 | 51 |
| Binary | 11010000 | 0 | 11 | 0 | 1100100 | 1100011 | 10010 | 101100111 | 1100100 | 101001 |
Color Harmonies of #D00003
Complementary color
Monochromatic Colors of #D00003
Black with #D00003
Text Example
Text Example
White with #D00003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00003; }
p { color: rgb(208,0,3); }
H1.HeaderClassName
{
color: #D00003;
}
.AnyTagClassName
{
color: #D00003;
}
</style>
background-color css
<style>
a { background-color: #D00003; }
a { background-color: rgb(208,0,3); }
div.DivClassName
{
background-color: #D00003;
}
.BgClassName
{
background-color: #D00003;
}
</style>
border-color css
<style>
span { border-color: #D00003; }
span { border-color: rgb(208,0,3); }
td.TdClassName
{
border-color: #D00003;
}
.TagClassName
{
border-color: #D00003;
}
</style>