#D70814

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

Shades of Venetian Red #D70814

Tints of Venetian Red #D70814

Color information

#D70814 (or 0xD70814) is unknown color: approx Venetian Red. HEX triplet: D7, 08 and 14. RGB value is (215,8,20). Sum of RGB (Red+Green+Blue) = 215+8+20=243 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.48% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 215 - color contains mainly: red. Hex color #D70814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70814 is #28F7EB. Grayscale: #474747. Windows color (decimal): -2684908 or 1312983. OLE color: 1312983.

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

Color convert

RGB215820-
CMYK00.960.910.16
HSL356.52º92.83%43.73%-
HSV(B)356.52º96.28%84.31%-
XYZ28.2414.672.01-
YUV71.2699.08230.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 88.48%
GREEN value IS 8 (3.52% from 255) = 3.29%
BLUE value IS 20 (8.20% from 255) = 8.23%
R=88.48%
G=3.29%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21582000.960.910.16356.5292.8343.73
HexD78140605B101655d2c
Octal327102401401332054513554
Binary11010111100010100011000001011011100001011001011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70814; }

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

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

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

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

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

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

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

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