Shades of Venetian Red #D4021C
Tints of Venetian Red #D4021C
RGB
CMYK
RGB Variations
Color information
#D4021C (or 0xD4021C) is known color: Venetian Red. HEX triplet: D4, 02 and 1C. RGB value is (212,2,28). Sum of RGB (Red+Green+Blue) = 212+2+28=242 (32% of max value = 765). Red value is 212 (83.20% from 255 or 87.60% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 212 - color contains mainly: red. Hex color #D4021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4021C is #2BFDE3. Grayscale: #434343. Windows color (decimal): -2883044 or 1835732. OLE color: 1835732.
HSL color Cylindrical-coordinate representation of color #D4021C: hue angle of 352.57º 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 #D4021C is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.17 |
| HSL | 352.57º | 0.98% | 0.42% | - |
| HSV(B) | 352.57º | 0.99% | 0.83% | - |
| XYZ | 27.38 | 14.12 | 2.38 | - |
| YUV | 67.75 | 105.57 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 28 | 0 | 0.99 | 0.87 | 0.17 | 352.57 | 0.98 | 0.42 |
| Hex | D4 | 2 | 1C | 0 | 63 | 57 | 11 | 161 | 62 | 2A |
| Octal | 324 | 2 | 34 | 0 | 143 | 127 | 21 | 541 | 142 | 52 |
| Binary | 11010100 | 10 | 11100 | 0 | 1100011 | 1010111 | 10001 | 101100001 | 1100010 | 101010 |
Color Harmonies of #D4021C
Complementary color
Monochromatic Colors of #D4021C
Black with #D4021C
Text Example
Text Example
White with #D4021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4021C; }
p { color: rgb(212,2,28); }
H1.HeaderClassName
{
color: #D4021C;
}
.AnyTagClassName
{
color: #D4021C;
}
</style>
background-color css
<style>
a { background-color: #D4021C; }
a { background-color: rgb(212,2,28); }
div.DivClassName
{
background-color: #D4021C;
}
.BgClassName
{
background-color: #D4021C;
}
</style>
border-color css
<style>
span { border-color: #D4021C; }
span { border-color: rgb(212,2,28); }
td.TdClassName
{
border-color: #D4021C;
}
.TagClassName
{
border-color: #D4021C;
}
</style>