#d90510

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

Shades of Venetian Red #D90510

Tints of Venetian Red #D90510

Color information

#D90510 (or 0xD90510) is unknown color: approx Venetian Red. HEX triplet: D9, 05 and 10. RGB value is (217,5,16). Sum of RGB (Red+Green+Blue) = 217+5+16=238 (31% of max value = 765). Red value is 217 (85.16% from 255 or 91.18% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 217 - color contains mainly: red. Hex color #D90510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90510 is #26FAEF. Grayscale: #454545. Windows color (decimal): -2554608 or 1050073. OLE color: 1050073.

HSL color Cylindrical-coordinate representation of color #D90510: hue angle of 356.89º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90510 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB217516-
CMYK00.980.930.15
HSL356.89º95.5%43.53%-
HSV(B)356.89º97.7%85.1%-
XYZ28.7614.91.85-
YUV69.6497.74233.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 91.18%
GREEN value IS 5 (2.34% from 255) = 2.10%
BLUE value IS 16 (6.64% from 255) = 6.72%
R=91.18%
G=2.10%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21751600.980.930.15356.8995.543.53
HexD95100625DF1655f2c
Octal33152001421351754513754
Binary110110011011000001100010101110111111011001011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d90510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d90510; }

 p { color: rgb(217,5,16); }

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

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

 a { background-color: rgb(217,5,16); }

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

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

 span { border-color: rgb(217,5,16); }

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