Shades of Venetian Red #D60421
Tints of Venetian Red #D60421
RGB
CMYK
RGB Variations
Color information
#D60421 (or 0xD60421) is known color: Venetian Red. HEX triplet: D6, 04 and 21. RGB value is (214,4,33). Sum of RGB (Red+Green+Blue) = 214+4+33=251 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.26% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 214 - color contains mainly: red. Hex color #D60421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60421 is #29FBDE. Grayscale: #464646. Windows color (decimal): -2751455 or 2163926. OLE color: 2163926.
HSL color Cylindrical-coordinate representation of color #D60421: hue angle of 351.71º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60421 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 33 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.16 |
| HSL | 351.71º | 0.96% | 0.43% | - |
| HSV(B) | 351.71º | 0.98% | 0.84% | - |
| XYZ | 28.05 | 14.49 | 2.76 | - |
| YUV | 70.1 | 107.07 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 33 | 0 | 0.98 | 0.85 | 0.16 | 351.71 | 0.96 | 0.43 |
| Hex | D6 | 4 | 21 | 0 | 62 | 55 | 10 | 160 | 60 | 2B |
| Octal | 326 | 4 | 41 | 0 | 142 | 125 | 20 | 540 | 140 | 53 |
| Binary | 11010110 | 100 | 100001 | 0 | 1100010 | 1010101 | 10000 | 101100000 | 1100000 | 101011 |
Color Harmonies of #D60421
Complementary color
Monochromatic Colors of #D60421
Black with #D60421
Text Example
Text Example
White with #D60421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60421; }
p { color: rgb(214,4,33); }
H1.HeaderClassName
{
color: #D60421;
}
.AnyTagClassName
{
color: #D60421;
}
</style>
background-color css
<style>
a { background-color: #D60421; }
a { background-color: rgb(214,4,33); }
div.DivClassName
{
background-color: #D60421;
}
.BgClassName
{
background-color: #D60421;
}
</style>
border-color css
<style>
span { border-color: #D60421; }
span { border-color: rgb(214,4,33); }
td.TdClassName
{
border-color: #D60421;
}
.TagClassName
{
border-color: #D60421;
}
</style>