Shades of Venetian Red #D40408
Tints of Venetian Red #D40408
RGB
CMYK
RGB Variations
Color information
#D40408 (or 0xD40408) is known color: Venetian Red. HEX triplet: D4, 04 and 08. RGB value is (212,4,8). Sum of RGB (Red+Green+Blue) = 212+4+8=224 (29% of max value = 765). Red value is 212 (83.20% from 255 or 94.64% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 212 - color contains mainly: red. Hex color #D40408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40408 is #2BFBF7. Grayscale: #424242. Windows color (decimal): -2882552 or 525524. OLE color: 525524.
HSL color Cylindrical-coordinate representation of color #D40408: hue angle of 358.85º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40408 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 8 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.17 |
| HSL | 358.85º | 0.96% | 0.42% | - |
| HSV(B) | 358.85º | 0.98% | 0.83% | - |
| XYZ | 27.24 | 14.1 | 1.52 | - |
| YUV | 66.65 | 94.91 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 8 | 0 | 0.98 | 0.96 | 0.17 | 358.85 | 0.96 | 0.42 |
| Hex | D4 | 4 | 8 | 0 | 62 | 60 | 11 | 167 | 60 | 2A |
| Octal | 324 | 4 | 10 | 0 | 142 | 140 | 21 | 547 | 140 | 52 |
| Binary | 11010100 | 100 | 1000 | 0 | 1100010 | 1100000 | 10001 | 101100111 | 1100000 | 101010 |
Color Harmonies of #D40408
Complementary color
Monochromatic Colors of #D40408
Black with #D40408
Text Example
Text Example
White with #D40408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40408; }
p { color: rgb(212,4,8); }
H1.HeaderClassName
{
color: #D40408;
}
.AnyTagClassName
{
color: #D40408;
}
</style>
background-color css
<style>
a { background-color: #D40408; }
a { background-color: rgb(212,4,8); }
div.DivClassName
{
background-color: #D40408;
}
.BgClassName
{
background-color: #D40408;
}
</style>
border-color css
<style>
span { border-color: #D40408; }
span { border-color: rgb(212,4,8); }
td.TdClassName
{
border-color: #D40408;
}
.TagClassName
{
border-color: #D40408;
}
</style>