Shades of Venetian Red #D5060C
Tints of Venetian Red #D5060C
RGB
CMYK
RGB Variations
Color information
#D5060C (or 0xD5060C) is known color: Venetian Red. HEX triplet: D5, 06 and 0C. RGB value is (213,6,12). Sum of RGB (Red+Green+Blue) = 213+6+12=231 (30% of max value = 765). Red value is 213 (83.59% from 255 or 92.21% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 213 - color contains mainly: red. Hex color #D5060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5060C is #2AF9F3. Grayscale: #444444. Windows color (decimal): -2816500 or 788181. OLE color: 788181.
HSL color Cylindrical-coordinate representation of color #D5060C: hue angle of 358.26º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5060C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 12 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.16 |
| HSL | 358.26º | 0.95% | 0.43% | - |
| HSV(B) | 358.26º | 0.97% | 0.84% | - |
| XYZ | 27.57 | 14.3 | 1.66 | - |
| YUV | 68.58 | 96.08 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 12 | 0 | 0.97 | 0.94 | 0.16 | 358.26 | 0.95 | 0.43 |
| Hex | D5 | 6 | C | 0 | 61 | 5E | 10 | 166 | 5F | 2B |
| Octal | 325 | 6 | 14 | 0 | 141 | 136 | 20 | 546 | 137 | 53 |
| Binary | 11010101 | 110 | 1100 | 0 | 1100001 | 1011110 | 10000 | 101100110 | 1011111 | 101011 |
Color Harmonies of #D5060C
Complementary color
Monochromatic Colors of #D5060C
Black with #D5060C
Text Example
Text Example
White with #D5060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5060C; }
p { color: rgb(213,6,12); }
H1.HeaderClassName
{
color: #D5060C;
}
.AnyTagClassName
{
color: #D5060C;
}
</style>
background-color css
<style>
a { background-color: #D5060C; }
a { background-color: rgb(213,6,12); }
div.DivClassName
{
background-color: #D5060C;
}
.BgClassName
{
background-color: #D5060C;
}
</style>
border-color css
<style>
span { border-color: #D5060C; }
span { border-color: rgb(213,6,12); }
td.TdClassName
{
border-color: #D5060C;
}
.TagClassName
{
border-color: #D5060C;
}
</style>