#D20110

Color #D20110 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #D20110

Tints of Venetian Red #D20110

Color information

#D20110 (or 0xD20110) is unknown color: approx Venetian Red. HEX triplet: D2, 01 and 10. RGB value is (210,1,16). Sum of RGB (Red+Green+Blue) = 210+1+16=227 (30% of max value = 765). Red value is 210 (82.42% from 255 or 92.51% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 210 - color contains mainly: red. Hex color #D20110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20110 is #2DFEEF. Grayscale: #414141. Windows color (decimal): -3014384 or 1049042. OLE color: 1049042.

HSL color Cylindrical-coordinate representation of color #D20110: hue angle of 355.69º 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 #D20110 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB210116-
CMYK01.000.920.18
HSL355.69º99.05%41.37%-
HSV(B)355.69º99.52%82.35%-
XYZ26.6813.761.74-
YUV65.2100.24231.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 92.51%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 16 (6.64% from 255) = 7.05%
R=92.51%
G=0.44%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011601.000.920.18355.6999.0541.37
HexD21100645C121646329
Octal32212001441342254414351
Binary11010010110000011001001011100100101011001001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20110; }

 p { color: rgb(210,1,16); }

 H1.HeaderClassName
 {
   color: #D20110;
 }
 .AnyTagClassName
 {
   color: #D20110;
 }
</style>
background-color css

<style>
 a { background-color: #D20110; }

 a { background-color: rgb(210,1,16); }

 div.DivClassName
 {
   background-color: #D20110;
 }
 .BgClassName
 {
   background-color: #D20110;
 }
</style>
border-color css

<style>
 span { border-color: #D20110; }

 span { border-color: rgb(210,1,16); }

 td.TdClassName
 {
   border-color: #D20110;
 }
 .TagClassName
 {
   border-color: #D20110;
 }
</style>