#D90026

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

Shades of Venetian Red #D90026

Tints of Venetian Red #D90026

Color information

#D90026 (or 0xD90026) is unknown color: approx Venetian Red. HEX triplet: D9, 00 and 26. RGB value is (217,0,38). Sum of RGB (Red+Green+Blue) = 217+0+38=255 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.10% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 217 - color contains mainly: red. Hex color #D90026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90026 is #26FFD9. Grayscale: #454545. Windows color (decimal): -2555866 or 2490585. OLE color: 2490585.

HSL color Cylindrical-coordinate representation of color #D90026: hue angle of 349.49º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90026 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB217038-
CMYK010.820.15
HSL349.49º100%42.55%-
HSV(B)349.49º100%85.1%-
XYZ28.9714.893.18-
YUV69.21110.39233.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 85.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=85.10%
G=0%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217038010.820.15349.4910042.55
HexD902606452F15d642b
Octal33104601441221753514453
Binary11011001010011001100100101001011111010111011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90026; }

 p { color: rgb(217,0,38); }

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

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

 a { background-color: rgb(217,0,38); }

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

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

 span { border-color: rgb(217,0,38); }

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