#d10e18

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

Shades of Venetian Red #D10E18

Tints of Venetian Red #D10E18

Color information

#D10E18 (or 0xD10E18) is unknown color: approx Venetian Red. HEX triplet: D1, 0E and 18. RGB value is (209,14,24). Sum of RGB (Red+Green+Blue) = 209+14+24=247 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.62% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10E18 is #2EF1E7. Grayscale: #494949. Windows color (decimal): -3076584 or 1576657. OLE color: 1576657.

HSL color Cylindrical-coordinate representation of color #D10E18: hue angle of 356.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10E18 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB2091424-
CMYK00.930.890.18
HSL356.92º87.44%43.73%-
HSV(B)356.92º93.3%81.96%-
XYZ26.6213.942.15-
YUV73.45100.1224.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 84.62%
GREEN value IS 14 (5.86% from 255) = 5.67%
BLUE value IS 24 (9.77% from 255) = 9.72%
R=84.62%
G=5.67%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209142400.930.890.18356.9287.4443.73
HexD1E1805D5912165572c
Octal321163001351312254512754
Binary11010001111011000010111011011001100101011001011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d10e18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d10e18; }

 p { color: rgb(209,14,24); }

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

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

 a { background-color: rgb(209,14,24); }

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

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

 span { border-color: rgb(209,14,24); }

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