#D10818

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

Shades of Venetian Red #D10818

Tints of Venetian Red #D10818

Color information

#D10818 (or 0xD10818) is unknown color: approx Venetian Red. HEX triplet: D1, 08 and 18. RGB value is (209,8,24). Sum of RGB (Red+Green+Blue) = 209+8+24=241 (31% of max value = 765). Red value is 209 (82.03% from 255 or 86.72% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 209 - color contains mainly: red. Hex color #D10818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10818 is #2EF7E7. Grayscale: #464646. Windows color (decimal): -3078120 or 1575121. OLE color: 1575121.

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

Color convert

RGB209824-
CMYK00.960.890.18
HSL355.22º92.63%42.55%-
HSV(B)355.22º96.17%81.96%-
XYZ26.5513.792.13-
YUV69.92102.09227.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 86.72%
GREEN value IS 8 (3.52% from 255) = 3.32%
BLUE value IS 24 (9.77% from 255) = 9.96%
R=86.72%
G=3.32%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20982400.960.890.18355.2292.6342.55
HexD181806059121635d2b
Octal321103001401312254313553
Binary11010001100011000011000001011001100101011000111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10818; }

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

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

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

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

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

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

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

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