#D1070F

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

Shades of Venetian Red #D1070F

Tints of Venetian Red #D1070F

Color information

#D1070F (or 0xD1070F) is unknown color: approx Venetian Red. HEX triplet: D1, 07 and 0F. RGB value is (209,7,15). Sum of RGB (Red+Green+Blue) = 209+7+15=231 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.48% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 209 - color contains mainly: red. Hex color #D1070F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1070F is #2EF8F0. Grayscale: #444444. Windows color (decimal): -3078385 or 985041. OLE color: 985041.

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

Color convert

RGB209715-
CMYK00.970.930.18
HSL357.62º93.52%42.35%-
HSV(B)357.62º96.65%81.96%-
XYZ26.4613.741.71-
YUV68.3197.92228.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 90.48%
GREEN value IS 7 (3.12% from 255) = 3.03%
BLUE value IS 15 (6.25% from 255) = 6.49%
R=90.48%
G=3.03%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20971500.970.930.18357.6293.5242.35
HexD17F0615D121665e2a
Octal32171701411352254613652
Binary110100011111111011000011011101100101011001101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1070F; }

 p { color: rgb(209,7,15); }

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

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

 a { background-color: rgb(209,7,15); }

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

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

 span { border-color: rgb(209,7,15); }

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