#D70813

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

Shades of Venetian Red #D70813

Tints of Venetian Red #D70813

Color information

#D70813 (or 0xD70813) is unknown color: approx Venetian Red. HEX triplet: D7, 08 and 13. RGB value is (215,8,19). Sum of RGB (Red+Green+Blue) = 215+8+19=242 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.84% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 215 - color contains mainly: red. Hex color #D70813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70813 is #28F7EC. Grayscale: #474747. Windows color (decimal): -2684909 or 1247447. OLE color: 1247447.

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

Color convert

RGB215819-
CMYK00.960.910.16
HSL356.81º92.83%43.73%-
HSV(B)356.81º96.28%84.31%-
XYZ28.2314.671.96-
YUV71.1598.58230.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 88.84%
GREEN value IS 8 (3.52% from 255) = 3.31%
BLUE value IS 19 (7.81% from 255) = 7.85%
R=88.84%
G=3.31%
B=7.85%

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
Decimal21581900.960.910.16356.8192.8343.73
HexD78130605B101655d2c
Octal327102301401332054513554
Binary11010111100010011011000001011011100001011001011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70813; }

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

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

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

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

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

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

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

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