#D70812

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

Shades of Venetian Red #D70812

Tints of Venetian Red #D70812

Color information

#D70812 (or 0xD70812) is unknown color: approx Venetian Red. HEX triplet: D7, 08 and 12. RGB value is (215,8,18). Sum of RGB (Red+Green+Blue) = 215+8+18=241 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.21% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 215 - color contains mainly: red. Hex color #D70812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70812 is #28F7ED. Grayscale: #474747. Windows color (decimal): -2684910 or 1181911. OLE color: 1181911.

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

Color convert

RGB215818-
CMYK00.960.920.16
HSL357.1º92.83%43.73%-
HSV(B)357.1º96.28%84.31%-
XYZ28.2214.661.92-
YUV71.0398.08230.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 89.21%
GREEN value IS 8 (3.52% from 255) = 3.32%
BLUE value IS 18 (7.42% from 255) = 7.47%
R=89.21%
G=3.32%
B=7.47%

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
Decimal21581800.960.920.16357.192.8343.73
HexD78120605C101655d2c
Octal327102201401342054513554
Binary11010111100010010011000001011100100001011001011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70812; }

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

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

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

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

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

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

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

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