Shades of Venetian Red #D4031A
Tints of Venetian Red #D4031A
RGB
CMYK
RGB Variations
Color information
#D4031A (or 0xD4031A) is known color: Venetian Red. HEX triplet: D4, 03 and 1A. RGB value is (212,3,26). Sum of RGB (Red+Green+Blue) = 212+3+26=241 (31% of max value = 765). Red value is 212 (83.20% from 255 or 87.97% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 212 - color contains mainly: red. Hex color #D4031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4031A is #2BFCE5. Grayscale: #444444. Windows color (decimal): -2882790 or 1704916. OLE color: 1704916.
HSL color Cylindrical-coordinate representation of color #D4031A: hue angle of 353.4º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4031A is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 26 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.17 |
| HSL | 353.4º | 0.97% | 0.42% | - |
| HSV(B) | 353.4º | 0.99% | 0.83% | - |
| XYZ | 27.37 | 14.14 | 2.26 | - |
| YUV | 68.11 | 104.24 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 26 | 0 | 0.99 | 0.88 | 0.17 | 353.4 | 0.97 | 0.42 |
| Hex | D4 | 3 | 1A | 0 | 63 | 58 | 11 | 161 | 61 | 2A |
| Octal | 324 | 3 | 32 | 0 | 143 | 130 | 21 | 541 | 141 | 52 |
| Binary | 11010100 | 11 | 11010 | 0 | 1100011 | 1011000 | 10001 | 101100001 | 1100001 | 101010 |
Color Harmonies of #D4031A
Complementary color
Monochromatic Colors of #D4031A
Black with #D4031A
Text Example
Text Example
White with #D4031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4031A; }
p { color: rgb(212,3,26); }
H1.HeaderClassName
{
color: #D4031A;
}
.AnyTagClassName
{
color: #D4031A;
}
</style>
background-color css
<style>
a { background-color: #D4031A; }
a { background-color: rgb(212,3,26); }
div.DivClassName
{
background-color: #D4031A;
}
.BgClassName
{
background-color: #D4031A;
}
</style>
border-color css
<style>
span { border-color: #D4031A; }
span { border-color: rgb(212,3,26); }
td.TdClassName
{
border-color: #D4031A;
}
.TagClassName
{
border-color: #D4031A;
}
</style>