Shades of Venetian Red #D60322
Tints of Venetian Red #D60322
RGB
CMYK
RGB Variations
Color information
#D60322 (or 0xD60322) is known color: Venetian Red. HEX triplet: D6, 03 and 22. RGB value is (214,3,34). Sum of RGB (Red+Green+Blue) = 214+3+34=251 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.26% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 214 - color contains mainly: red. Hex color #D60322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60322 is #29FCDD. Grayscale: #454545. Windows color (decimal): -2751710 or 2229206. OLE color: 2229206.
HSL color Cylindrical-coordinate representation of color #D60322: hue angle of 351.18º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60322 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 34 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.16 |
| HSL | 351.18º | 0.97% | 0.43% | - |
| HSV(B) | 351.18º | 0.99% | 0.84% | - |
| XYZ | 28.05 | 14.48 | 2.83 | - |
| YUV | 69.62 | 107.9 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 34 | 0 | 0.99 | 0.84 | 0.16 | 351.18 | 0.97 | 0.43 |
| Hex | D6 | 3 | 22 | 0 | 63 | 54 | 10 | 15F | 61 | 2B |
| Octal | 326 | 3 | 42 | 0 | 143 | 124 | 20 | 537 | 141 | 53 |
| Binary | 11010110 | 11 | 100010 | 0 | 1100011 | 1010100 | 10000 | 101011111 | 1100001 | 101011 |
Color Harmonies of #D60322
Complementary color
Monochromatic Colors of #D60322
Black with #D60322
Text Example
Text Example
White with #D60322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60322; }
p { color: rgb(214,3,34); }
H1.HeaderClassName
{
color: #D60322;
}
.AnyTagClassName
{
color: #D60322;
}
</style>
background-color css
<style>
a { background-color: #D60322; }
a { background-color: rgb(214,3,34); }
div.DivClassName
{
background-color: #D60322;
}
.BgClassName
{
background-color: #D60322;
}
</style>
border-color css
<style>
span { border-color: #D60322; }
span { border-color: rgb(214,3,34); }
td.TdClassName
{
border-color: #D60322;
}
.TagClassName
{
border-color: #D60322;
}
</style>