Shades of Venetian Red #D9061C
Tints of Venetian Red #D9061C
RGB
CMYK
RGB Variations
Color information
#D9061C (or 0xD9061C) is known color: Venetian Red. HEX triplet: D9, 06 and 1C. RGB value is (217,6,28). Sum of RGB (Red+Green+Blue) = 217+6+28=251 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.45% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 217 - color contains mainly: red. Hex color #D9061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9061C is #26F9E3. Grayscale: #474747. Windows color (decimal): -2554340 or 1836761. OLE color: 1836761.
HSL color Cylindrical-coordinate representation of color #D9061C: hue angle of 353.74º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9061C is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 28 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.15 |
| HSL | 353.74º | 0.95% | 0.44% | - |
| HSV(B) | 353.74º | 0.97% | 0.85% | - |
| XYZ | 28.89 | 14.97 | 2.46 | - |
| YUV | 71.6 | 103.4 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 28 | 0 | 0.97 | 0.87 | 0.15 | 353.74 | 0.95 | 0.44 |
| Hex | D9 | 6 | 1C | 0 | 61 | 57 | F | 162 | 5F | 2C |
| Octal | 331 | 6 | 34 | 0 | 141 | 127 | 17 | 542 | 137 | 54 |
| Binary | 11011001 | 110 | 11100 | 0 | 1100001 | 1010111 | 1111 | 101100010 | 1011111 | 101100 |
Color Harmonies of #D9061C
Complementary color
Monochromatic Colors of #D9061C
Black with #D9061C
Text Example
Text Example
White with #D9061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9061C; }
p { color: rgb(217,6,28); }
H1.HeaderClassName
{
color: #D9061C;
}
.AnyTagClassName
{
color: #D9061C;
}
</style>
background-color css
<style>
a { background-color: #D9061C; }
a { background-color: rgb(217,6,28); }
div.DivClassName
{
background-color: #D9061C;
}
.BgClassName
{
background-color: #D9061C;
}
</style>
border-color css
<style>
span { border-color: #D9061C; }
span { border-color: rgb(217,6,28); }
td.TdClassName
{
border-color: #D9061C;
}
.TagClassName
{
border-color: #D9061C;
}
</style>