Shades of Venetian Red #D4060B
Tints of Venetian Red #D4060B
RGB
CMYK
RGB Variations
Color information
#D4060B (or 0xD4060B) is known color: Venetian Red. HEX triplet: D4, 06 and 0B. RGB value is (212,6,11). Sum of RGB (Red+Green+Blue) = 212+6+11=229 (30% of max value = 765). Red value is 212 (83.20% from 255 or 92.58% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 212 - color contains mainly: red. Hex color #D4060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4060B is #2BF9F4. Grayscale: #444444. Windows color (decimal): -2882037 or 722644. OLE color: 722644.
HSL color Cylindrical-coordinate representation of color #D4060B: hue angle of 358.54º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4060B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 6 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.17 |
| HSL | 358.54º | 0.94% | 0.43% | - |
| HSV(B) | 358.54º | 0.97% | 0.83% | - |
| XYZ | 27.28 | 14.15 | 1.61 | - |
| YUV | 68.16 | 95.75 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 6 | 11 | 0 | 0.97 | 0.95 | 0.17 | 358.54 | 0.94 | 0.43 |
| Hex | D4 | 6 | B | 0 | 61 | 5F | 11 | 167 | 5E | 2B |
| Octal | 324 | 6 | 13 | 0 | 141 | 137 | 21 | 547 | 136 | 53 |
| Binary | 11010100 | 110 | 1011 | 0 | 1100001 | 1011111 | 10001 | 101100111 | 1011110 | 101011 |
Color Harmonies of #D4060B
Complementary color
Monochromatic Colors of #D4060B
Black with #D4060B
Text Example
Text Example
White with #D4060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4060B; }
p { color: rgb(212,6,11); }
H1.HeaderClassName
{
color: #D4060B;
}
.AnyTagClassName
{
color: #D4060B;
}
</style>
background-color css
<style>
a { background-color: #D4060B; }
a { background-color: rgb(212,6,11); }
div.DivClassName
{
background-color: #D4060B;
}
.BgClassName
{
background-color: #D4060B;
}
</style>
border-color css
<style>
span { border-color: #D4060B; }
span { border-color: rgb(212,6,11); }
td.TdClassName
{
border-color: #D4060B;
}
.TagClassName
{
border-color: #D4060B;
}
</style>