Shades of Venetian Red #D4021D
Tints of Venetian Red #D4021D
RGB
CMYK
RGB Variations
Color information
#D4021D (or 0xD4021D) is known color: Venetian Red. HEX triplet: D4, 02 and 1D. RGB value is (212,2,29). Sum of RGB (Red+Green+Blue) = 212+2+29=243 (32% of max value = 765). Red value is 212 (83.20% from 255 or 87.24% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 212 - color contains mainly: red. Hex color #D4021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4021D is #2BFDE2. Grayscale: #434343. Windows color (decimal): -2883043 or 1901268. OLE color: 1901268.
HSL color Cylindrical-coordinate representation of color #D4021D: hue angle of 352.29º degrees, saturation: 0.98, 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 #D4021D is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.17 |
| HSL | 352.29º | 0.98% | 0.42% | - |
| HSV(B) | 352.29º | 0.99% | 0.83% | - |
| XYZ | 27.39 | 14.13 | 2.45 | - |
| YUV | 67.87 | 106.07 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 29 | 0 | 0.99 | 0.86 | 0.17 | 352.29 | 0.98 | 0.42 |
| Hex | D4 | 2 | 1D | 0 | 63 | 56 | 11 | 160 | 62 | 2A |
| Octal | 324 | 2 | 35 | 0 | 143 | 126 | 21 | 540 | 142 | 52 |
| Binary | 11010100 | 10 | 11101 | 0 | 1100011 | 1010110 | 10001 | 101100000 | 1100010 | 101010 |
Color Harmonies of #D4021D
Complementary color
Monochromatic Colors of #D4021D
Black with #D4021D
Text Example
Text Example
White with #D4021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4021D; }
p { color: rgb(212,2,29); }
H1.HeaderClassName
{
color: #D4021D;
}
.AnyTagClassName
{
color: #D4021D;
}
</style>
background-color css
<style>
a { background-color: #D4021D; }
a { background-color: rgb(212,2,29); }
div.DivClassName
{
background-color: #D4021D;
}
.BgClassName
{
background-color: #D4021D;
}
</style>
border-color css
<style>
span { border-color: #D4021D; }
span { border-color: rgb(212,2,29); }
td.TdClassName
{
border-color: #D4021D;
}
.TagClassName
{
border-color: #D4021D;
}
</style>