Shades of Venetian Red #D0061C
Tints of Venetian Red #D0061C
RGB
CMYK
RGB Variations
Color information
#D0061C (or 0xD0061C) is known color: Venetian Red. HEX triplet: D0, 06 and 1C. RGB value is (208,6,28). Sum of RGB (Red+Green+Blue) = 208+6+28=242 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.95% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 208 - color contains mainly: red. Hex color #D0061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0061C is #2FF9E3. Grayscale: #454545. Windows color (decimal): -3144164 or 1836752. OLE color: 1836752.
HSL color Cylindrical-coordinate representation of color #D0061C: hue angle of 353.47º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0061C is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 28 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.18 |
| HSL | 353.47º | 0.94% | 0.42% | - |
| HSV(B) | 353.47º | 0.97% | 0.82% | - |
| XYZ | 26.29 | 13.62 | 2.34 | - |
| YUV | 68.91 | 104.92 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 28 | 0 | 0.97 | 0.87 | 0.18 | 353.47 | 0.94 | 0.42 |
| Hex | D0 | 6 | 1C | 0 | 61 | 57 | 12 | 161 | 5E | 2A |
| Octal | 320 | 6 | 34 | 0 | 141 | 127 | 22 | 541 | 136 | 52 |
| Binary | 11010000 | 110 | 11100 | 0 | 1100001 | 1010111 | 10010 | 101100001 | 1011110 | 101010 |
Color Harmonies of #D0061C
Complementary color
Monochromatic Colors of #D0061C
Black with #D0061C
Text Example
Text Example
White with #D0061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0061C; }
p { color: rgb(208,6,28); }
H1.HeaderClassName
{
color: #D0061C;
}
.AnyTagClassName
{
color: #D0061C;
}
</style>
background-color css
<style>
a { background-color: #D0061C; }
a { background-color: rgb(208,6,28); }
div.DivClassName
{
background-color: #D0061C;
}
.BgClassName
{
background-color: #D0061C;
}
</style>
border-color css
<style>
span { border-color: #D0061C; }
span { border-color: rgb(208,6,28); }
td.TdClassName
{
border-color: #D0061C;
}
.TagClassName
{
border-color: #D0061C;
}
</style>