Shades of Venetian Red #D00306
Tints of Venetian Red #D00306
RGB
CMYK
RGB Variations
Color information
#D00306 (or 0xD00306) is known color: Venetian Red. HEX triplet: D0, 03 and 06. RGB value is (208,3,6). Sum of RGB (Red+Green+Blue) = 208+3+6=217 (28% of max value = 765). Red value is 208 (81.64% from 255 or 95.85% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 208 - color contains mainly: red. Hex color #D00306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00306 is #2FFCF9. Grayscale: #404040. Windows color (decimal): -3144954 or 394192. OLE color: 394192.
HSL color Cylindrical-coordinate representation of color #D00306: hue angle of 359.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00306 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 6 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.18 |
| HSL | 359.12º | 0.97% | 0.41% | - |
| HSV(B) | 359.12º | 0.99% | 0.82% | - |
| XYZ | 26.08 | 13.49 | 1.4 | - |
| YUV | 64.64 | 94.92 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 6 | 0 | 0.99 | 0.97 | 0.18 | 359.12 | 0.97 | 0.41 |
| Hex | D0 | 3 | 6 | 0 | 63 | 61 | 12 | 167 | 61 | 29 |
| Octal | 320 | 3 | 6 | 0 | 143 | 141 | 22 | 547 | 141 | 51 |
| Binary | 11010000 | 11 | 110 | 0 | 1100011 | 1100001 | 10010 | 101100111 | 1100001 | 101001 |
Color Harmonies of #D00306
Complementary color
Monochromatic Colors of #D00306
Black with #D00306
Text Example
Text Example
White with #D00306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00306; }
p { color: rgb(208,3,6); }
H1.HeaderClassName
{
color: #D00306;
}
.AnyTagClassName
{
color: #D00306;
}
</style>
background-color css
<style>
a { background-color: #D00306; }
a { background-color: rgb(208,3,6); }
div.DivClassName
{
background-color: #D00306;
}
.BgClassName
{
background-color: #D00306;
}
</style>
border-color css
<style>
span { border-color: #D00306; }
span { border-color: rgb(208,3,6); }
td.TdClassName
{
border-color: #D00306;
}
.TagClassName
{
border-color: #D00306;
}
</style>