Shades of Venetian Red #D00028
Tints of Venetian Red #D00028
RGB
CMYK
RGB Variations
Color information
#D00028 (or 0xD00028) is known color: Venetian Red. HEX triplet: D0, 00 and 28. RGB value is (208,0,40). Sum of RGB (Red+Green+Blue) = 208+0+40=248 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.87% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 208 - color contains mainly: red. Hex color #D00028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00028 is #2FFFD7. Grayscale: #424242. Windows color (decimal): -3145688 or 2621648. OLE color: 2621648.
HSL color Cylindrical-coordinate representation of color #D00028: hue angle of 348.46º 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 #D00028 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.81 | 0.18 |
| HSL | 348.46º | 1% | 0.41% | - |
| HSV(B) | 348.46º | 1% | 0.82% | - |
| XYZ | 26.4 | 13.56 | 3.23 | - |
| YUV | 66.75 | 112.91 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 40 | 0 | 1 | 0.81 | 0.18 | 348.46 | 1 | 0.41 |
| Hex | D0 | 0 | 28 | 0 | 64 | 51 | 12 | 15C | 64 | 29 |
| Octal | 320 | 0 | 50 | 0 | 144 | 121 | 22 | 534 | 144 | 51 |
| Binary | 11010000 | 0 | 101000 | 0 | 1100100 | 1010001 | 10010 | 101011100 | 1100100 | 101001 |
Color Harmonies of #D00028
Complementary color
Monochromatic Colors of #D00028
Black with #D00028
Text Example
Text Example
White with #D00028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00028; }
p { color: rgb(208,0,40); }
H1.HeaderClassName
{
color: #D00028;
}
.AnyTagClassName
{
color: #D00028;
}
</style>
background-color css
<style>
a { background-color: #D00028; }
a { background-color: rgb(208,0,40); }
div.DivClassName
{
background-color: #D00028;
}
.BgClassName
{
background-color: #D00028;
}
</style>
border-color css
<style>
span { border-color: #D00028; }
span { border-color: rgb(208,0,40); }
td.TdClassName
{
border-color: #D00028;
}
.TagClassName
{
border-color: #D00028;
}
</style>