Shades of Venetian Red #D4010D
Tints of Venetian Red #D4010D
RGB
CMYK
RGB Variations
Color information
#D4010D (or 0xD4010D) is known color: Venetian Red. HEX triplet: D4, 01 and 0D. RGB value is (212,1,13). Sum of RGB (Red+Green+Blue) = 212+1+13=226 (29% of max value = 765). Red value is 212 (83.20% from 255 or 93.81% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 212 - color contains mainly: red. Hex color #D4010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4010D is #2BFEF2. Grayscale: #414141. Windows color (decimal): -2883315 or 852436. OLE color: 852436.
HSL color Cylindrical-coordinate representation of color #D4010D: hue angle of 356.59º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.17 |
| HSL | 356.59º | 0.99% | 0.42% | - |
| HSV(B) | 356.59º | 1% | 0.83% | - |
| XYZ | 27.23 | 14.05 | 1.66 | - |
| YUV | 65.46 | 98.4 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 13 | 0 | 1.00 | 0.94 | 0.17 | 356.59 | 0.99 | 0.42 |
| Hex | D4 | 1 | D | 0 | 64 | 5E | 11 | 165 | 63 | 2A |
| Octal | 324 | 1 | 15 | 0 | 144 | 136 | 21 | 545 | 143 | 52 |
| Binary | 11010100 | 1 | 1101 | 0 | 1100100 | 1011110 | 10001 | 101100101 | 1100011 | 101010 |
Color Harmonies of #D4010D
Complementary color
Monochromatic Colors of #D4010D
Black with #D4010D
Text Example
Text Example
White with #D4010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4010D; }
p { color: rgb(212,1,13); }
H1.HeaderClassName
{
color: #D4010D;
}
.AnyTagClassName
{
color: #D4010D;
}
</style>
background-color css
<style>
a { background-color: #D4010D; }
a { background-color: rgb(212,1,13); }
div.DivClassName
{
background-color: #D4010D;
}
.BgClassName
{
background-color: #D4010D;
}
</style>
border-color css
<style>
span { border-color: #D4010D; }
span { border-color: rgb(212,1,13); }
td.TdClassName
{
border-color: #D4010D;
}
.TagClassName
{
border-color: #D4010D;
}
</style>