Shades of Venetian Red #D00414
Tints of Venetian Red #D00414
RGB
CMYK
RGB Variations
Color information
#D00414 (or 0xD00414) is known color: Venetian Red. HEX triplet: D0, 04 and 14. RGB value is (208,4,20). Sum of RGB (Red+Green+Blue) = 208+4+20=232 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.66% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 208 - color contains mainly: red. Hex color #D00414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00414 is #2FFBEB. Grayscale: #424242. Windows color (decimal): -3144684 or 1311952. OLE color: 1311952.
HSL color Cylindrical-coordinate representation of color #D00414: hue angle of 355.29º 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 #D00414 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 20 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.18 |
| HSL | 355.29º | 0.96% | 0.42% | - |
| HSV(B) | 355.29º | 0.98% | 0.82% | - |
| XYZ | 26.18 | 13.55 | 1.9 | - |
| YUV | 66.82 | 101.59 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 20 | 0 | 0.98 | 0.90 | 0.18 | 355.29 | 0.96 | 0.42 |
| Hex | D0 | 4 | 14 | 0 | 62 | 5A | 12 | 163 | 60 | 2A |
| Octal | 320 | 4 | 24 | 0 | 142 | 132 | 22 | 543 | 140 | 52 |
| Binary | 11010000 | 100 | 10100 | 0 | 1100010 | 1011010 | 10010 | 101100011 | 1100000 | 101010 |
Color Harmonies of #D00414
Complementary color
Monochromatic Colors of #D00414
Black with #D00414
Text Example
Text Example
White with #D00414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00414; }
p { color: rgb(208,4,20); }
H1.HeaderClassName
{
color: #D00414;
}
.AnyTagClassName
{
color: #D00414;
}
</style>
background-color css
<style>
a { background-color: #D00414; }
a { background-color: rgb(208,4,20); }
div.DivClassName
{
background-color: #D00414;
}
.BgClassName
{
background-color: #D00414;
}
</style>
border-color css
<style>
span { border-color: #D00414; }
span { border-color: rgb(208,4,20); }
td.TdClassName
{
border-color: #D00414;
}
.TagClassName
{
border-color: #D00414;
}
</style>