#D1081C

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

Shades of Venetian Red #D1081C

Tints of Venetian Red #D1081C

Color information

#D1081C (or 0xD1081C) is unknown color: approx Venetian Red. HEX triplet: D1, 08 and 1C. RGB value is (209,8,28). Sum of RGB (Red+Green+Blue) = 209+8+28=245 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.31% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 209 - color contains mainly: red. Hex color #D1081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1081C is #2EF7E3. Grayscale: #464646. Windows color (decimal): -3078116 or 1837265. OLE color: 1837265.

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

Color convert

RGB209828-
CMYK00.960.870.18
HSL354.03º92.63%42.55%-
HSV(B)354.03º96.17%81.96%-
XYZ26.5913.812.36-
YUV70.38104.09226.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 85.31%
GREEN value IS 8 (3.52% from 255) = 3.27%
BLUE value IS 28 (11.33% from 255) = 11.43%
R=85.31%
G=3.27%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20982800.960.870.18354.0392.6342.55
HexD181C06057121625d2b
Octal321103401401272254213553
Binary11010001100011100011000001010111100101011000101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1081C; }

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

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

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

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

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

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

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

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