Shades of Venetian Red #D4080C
Tints of Venetian Red #D4080C
RGB
CMYK
RGB Variations
Color information
#D4080C (or 0xD4080C) is known color: Venetian Red. HEX triplet: D4, 08 and 0C. RGB value is (212,8,12). Sum of RGB (Red+Green+Blue) = 212+8+12=232 (30% of max value = 765). Red value is 212 (83.20% from 255 or 91.38% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 212 - color contains mainly: red. Hex color #D4080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4080C is #2BF7F3. Grayscale: #454545. Windows color (decimal): -2881524 or 788692. OLE color: 788692.
HSL color Cylindrical-coordinate representation of color #D4080C: hue angle of 358.82º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4080C is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 12 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.17 |
| HSL | 358.82º | 0.93% | 0.43% | - |
| HSV(B) | 358.82º | 0.96% | 0.83% | - |
| XYZ | 27.3 | 14.2 | 1.65 | - |
| YUV | 69.45 | 95.59 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 12 | 0 | 0.96 | 0.94 | 0.17 | 358.82 | 0.93 | 0.43 |
| Hex | D4 | 8 | C | 0 | 60 | 5E | 11 | 167 | 5D | 2B |
| Octal | 324 | 10 | 14 | 0 | 140 | 136 | 21 | 547 | 135 | 53 |
| Binary | 11010100 | 1000 | 1100 | 0 | 1100000 | 1011110 | 10001 | 101100111 | 1011101 | 101011 |
Color Harmonies of #D4080C
Complementary color
Monochromatic Colors of #D4080C
Black with #D4080C
Text Example
Text Example
White with #D4080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4080C; }
p { color: rgb(212,8,12); }
H1.HeaderClassName
{
color: #D4080C;
}
.AnyTagClassName
{
color: #D4080C;
}
</style>
background-color css
<style>
a { background-color: #D4080C; }
a { background-color: rgb(212,8,12); }
div.DivClassName
{
background-color: #D4080C;
}
.BgClassName
{
background-color: #D4080C;
}
</style>
border-color css
<style>
span { border-color: #D4080C; }
span { border-color: rgb(212,8,12); }
td.TdClassName
{
border-color: #D4080C;
}
.TagClassName
{
border-color: #D4080C;
}
</style>