#D1081A

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

Shades of Venetian Red #D1081A

Tints of Venetian Red #D1081A

Color information

#D1081A (or 0xD1081A) is unknown color: approx Venetian Red. HEX triplet: D1, 08 and 1A. RGB value is (209,8,26). Sum of RGB (Red+Green+Blue) = 209+8+26=243 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.01% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 209 - color contains mainly: red. Hex color #D1081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1081A is #2EF7E5. Grayscale: #464646. Windows color (decimal): -3078118 or 1706193. OLE color: 1706193.

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

Color convert

RGB209826-
CMYK00.960.880.18
HSL354.63º92.63%42.55%-
HSV(B)354.63º96.17%81.96%-
XYZ26.5713.82.24-
YUV70.15103.09227.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 86.01%
GREEN value IS 8 (3.52% from 255) = 3.29%
BLUE value IS 26 (10.55% from 255) = 10.70%
R=86.01%
G=3.29%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20982600.960.880.18354.6392.6342.55
HexD181A06058121635d2b
Octal321103201401302254313553
Binary11010001100011010011000001011000100101011000111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1081A; }

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

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

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

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

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

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

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

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