Shades of Venetian Red #D20127
Tints of Venetian Red #D20127
RGB
CMYK
RGB Variations
Color information
#D20127 (or 0xD20127) is known color: Venetian Red. HEX triplet: D2, 01 and 27. RGB value is (210,1,39). Sum of RGB (Red+Green+Blue) = 210+1+39=250 (33% of max value = 765). Red value is 210 (82.42% from 255 or 84% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 210 - color contains mainly: red. Hex color #D20127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20127 is #2DFED8. Grayscale: #434343. Windows color (decimal): -3014361 or 2556370. OLE color: 2556370.
HSL color Cylindrical-coordinate representation of color #D20127: hue angle of 349.09º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20127 is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 39 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.18 |
| HSL | 349.09º | 0.99% | 0.41% | - |
| HSV(B) | 349.09º | 1% | 0.82% | - |
| XYZ | 26.96 | 13.87 | 3.18 | - |
| YUV | 67.82 | 111.74 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 39 | 0 | 1.00 | 0.81 | 0.18 | 349.09 | 0.99 | 0.41 |
| Hex | D2 | 1 | 27 | 0 | 64 | 51 | 12 | 15D | 63 | 29 |
| Octal | 322 | 1 | 47 | 0 | 144 | 121 | 22 | 535 | 143 | 51 |
| Binary | 11010010 | 1 | 100111 | 0 | 1100100 | 1010001 | 10010 | 101011101 | 1100011 | 101001 |
Color Harmonies of #D20127
Complementary color
Monochromatic Colors of #D20127
Black with #D20127
Text Example
Text Example
White with #D20127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20127; }
p { color: rgb(210,1,39); }
H1.HeaderClassName
{
color: #D20127;
}
.AnyTagClassName
{
color: #D20127;
}
</style>
background-color css
<style>
a { background-color: #D20127; }
a { background-color: rgb(210,1,39); }
div.DivClassName
{
background-color: #D20127;
}
.BgClassName
{
background-color: #D20127;
}
</style>
border-color css
<style>
span { border-color: #D20127; }
span { border-color: rgb(210,1,39); }
td.TdClassName
{
border-color: #D20127;
}
.TagClassName
{
border-color: #D20127;
}
</style>