#D70811

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

Shades of Venetian Red #D70811

Tints of Venetian Red #D70811

Color information

#D70811 (or 0xD70811) is unknown color: approx Venetian Red. HEX triplet: D7, 08 and 11. RGB value is (215,8,17). Sum of RGB (Red+Green+Blue) = 215+8+17=240 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.58% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 215 - color contains mainly: red. Hex color #D70811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70811 is #28F7EE. Grayscale: #474747. Windows color (decimal): -2684911 or 1116375. OLE color: 1116375.

HSL color Cylindrical-coordinate representation of color #D70811: hue angle of 357.39º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70811 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB215817-
CMYK00.960.920.16
HSL357.39º92.83%43.73%-
HSV(B)357.39º96.28%84.31%-
XYZ28.2114.661.87-
YUV70.9297.58230.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 89.58%
GREEN value IS 8 (3.52% from 255) = 3.33%
BLUE value IS 17 (7.03% from 255) = 7.08%
R=89.58%
G=3.33%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21581700.960.920.16357.3992.8343.73
HexD78110605C101655d2c
Octal327102101401342054513554
Binary11010111100010001011000001011100100001011001011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70811; }

 p { color: rgb(215,8,17); }

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

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

 a { background-color: rgb(215,8,17); }

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

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

 span { border-color: rgb(215,8,17); }

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