Shades of Venetian Red #D00419
Tints of Venetian Red #D00419
RGB
CMYK
RGB Variations
Color information
#D00419 (or 0xD00419) is known color: Venetian Red. HEX triplet: D0, 04 and 19. RGB value is (208,4,25). Sum of RGB (Red+Green+Blue) = 208+4+25=237 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.76% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 208 - color contains mainly: red. Hex color #D00419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00419 is #2FFBE6. Grayscale: #434343. Windows color (decimal): -3144679 or 1639632. OLE color: 1639632.
HSL color Cylindrical-coordinate representation of color #D00419: hue angle of 353.82º 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 #D00419 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 25 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.18 |
| HSL | 353.82º | 0.96% | 0.42% | - |
| HSV(B) | 353.82º | 0.98% | 0.82% | - |
| XYZ | 26.23 | 13.57 | 2.16 | - |
| YUV | 67.39 | 104.09 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 25 | 0 | 0.98 | 0.88 | 0.18 | 353.82 | 0.96 | 0.42 |
| Hex | D0 | 4 | 19 | 0 | 62 | 58 | 12 | 162 | 60 | 2A |
| Octal | 320 | 4 | 31 | 0 | 142 | 130 | 22 | 542 | 140 | 52 |
| Binary | 11010000 | 100 | 11001 | 0 | 1100010 | 1011000 | 10010 | 101100010 | 1100000 | 101010 |
Color Harmonies of #D00419
Complementary color
Monochromatic Colors of #D00419
Black with #D00419
Text Example
Text Example
White with #D00419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00419; }
p { color: rgb(208,4,25); }
H1.HeaderClassName
{
color: #D00419;
}
.AnyTagClassName
{
color: #D00419;
}
</style>
background-color css
<style>
a { background-color: #D00419; }
a { background-color: rgb(208,4,25); }
div.DivClassName
{
background-color: #D00419;
}
.BgClassName
{
background-color: #D00419;
}
</style>
border-color css
<style>
span { border-color: #D00419; }
span { border-color: rgb(208,4,25); }
td.TdClassName
{
border-color: #D00419;
}
.TagClassName
{
border-color: #D00419;
}
</style>