Shades of Venetian Red #D4050F
Tints of Venetian Red #D4050F
RGB
CMYK
RGB Variations
Color information
#D4050F (or 0xD4050F) is known color: Venetian Red. HEX triplet: D4, 05 and 0F. RGB value is (212,5,15). Sum of RGB (Red+Green+Blue) = 212+5+15=232 (30% of max value = 765). Red value is 212 (83.20% from 255 or 91.38% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 212 - color contains mainly: red. Hex color #D4050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4050F is #2BFAF0. Grayscale: #444444. Windows color (decimal): -2882289 or 984532. OLE color: 984532.
HSL color Cylindrical-coordinate representation of color #D4050F: hue angle of 357.1º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4050F is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 15 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.17 |
| HSL | 357.1º | 0.95% | 0.43% | - |
| HSV(B) | 357.1º | 0.98% | 0.83% | - |
| XYZ | 27.29 | 14.14 | 1.74 | - |
| YUV | 68.03 | 98.08 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 15 | 0 | 0.98 | 0.93 | 0.17 | 357.1 | 0.95 | 0.43 |
| Hex | D4 | 5 | F | 0 | 62 | 5D | 11 | 165 | 5F | 2B |
| Octal | 324 | 5 | 17 | 0 | 142 | 135 | 21 | 545 | 137 | 53 |
| Binary | 11010100 | 101 | 1111 | 0 | 1100010 | 1011101 | 10001 | 101100101 | 1011111 | 101011 |
Color Harmonies of #D4050F
Complementary color
Monochromatic Colors of #D4050F
Black with #D4050F
Text Example
Text Example
White with #D4050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4050F; }
p { color: rgb(212,5,15); }
H1.HeaderClassName
{
color: #D4050F;
}
.AnyTagClassName
{
color: #D4050F;
}
</style>
background-color css
<style>
a { background-color: #D4050F; }
a { background-color: rgb(212,5,15); }
div.DivClassName
{
background-color: #D4050F;
}
.BgClassName
{
background-color: #D4050F;
}
</style>
border-color css
<style>
span { border-color: #D4050F; }
span { border-color: rgb(212,5,15); }
td.TdClassName
{
border-color: #D4050F;
}
.TagClassName
{
border-color: #D4050F;
}
</style>