Shades of Venetian Red #D0040B
Tints of Venetian Red #D0040B
RGB
CMYK
RGB Variations
Color information
#D0040B (or 0xD0040B) is known color: Venetian Red. HEX triplet: D0, 04 and 0B. RGB value is (208,4,11). Sum of RGB (Red+Green+Blue) = 208+4+11=223 (29% of max value = 765). Red value is 208 (81.64% from 255 or 93.27% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 208 - color contains mainly: red. Hex color #D0040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0040B is #2FFBF4. Grayscale: #414141. Windows color (decimal): -3144693 or 722128. OLE color: 722128.
HSL color Cylindrical-coordinate representation of color #D0040B: hue angle of 357.94º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0040B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.18 |
| HSL | 357.94º | 0.96% | 0.42% | - |
| HSV(B) | 357.94º | 0.98% | 0.82% | - |
| XYZ | 26.12 | 13.52 | 1.55 | - |
| YUV | 65.79 | 97.09 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 11 | 0 | 0.98 | 0.95 | 0.18 | 357.94 | 0.96 | 0.42 |
| Hex | D0 | 4 | B | 0 | 62 | 5F | 12 | 166 | 60 | 2A |
| Octal | 320 | 4 | 13 | 0 | 142 | 137 | 22 | 546 | 140 | 52 |
| Binary | 11010000 | 100 | 1011 | 0 | 1100010 | 1011111 | 10010 | 101100110 | 1100000 | 101010 |
Color Harmonies of #D0040B
Complementary color
Monochromatic Colors of #D0040B
Black with #D0040B
Text Example
Text Example
White with #D0040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0040B; }
p { color: rgb(208,4,11); }
H1.HeaderClassName
{
color: #D0040B;
}
.AnyTagClassName
{
color: #D0040B;
}
</style>
background-color css
<style>
a { background-color: #D0040B; }
a { background-color: rgb(208,4,11); }
div.DivClassName
{
background-color: #D0040B;
}
.BgClassName
{
background-color: #D0040B;
}
</style>
border-color css
<style>
span { border-color: #D0040B; }
span { border-color: rgb(208,4,11); }
td.TdClassName
{
border-color: #D0040B;
}
.TagClassName
{
border-color: #D0040B;
}
</style>