#D00715

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

Shades of Venetian Red #D00715

Tints of Venetian Red #D00715

Color information

#D00715 (or 0xD00715) is unknown color: approx Venetian Red. HEX triplet: D0, 07 and 15. RGB value is (208,7,21). Sum of RGB (Red+Green+Blue) = 208+7+21=236 (31% of max value = 765). Red value is 208 (81.64% from 255 or 88.14% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 208 - color contains mainly: red. Hex color #D00715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00715 is #2FF8EA. Grayscale: #444444. Windows color (decimal): -3143915 or 1378256. OLE color: 1378256.

HSL color Cylindrical-coordinate representation of color #D00715: hue angle of 355.82º degrees, saturation: 0.93, 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 #D00715 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB208721-
CMYK00.970.900.18
HSL355.82º93.49%42.16%-
HSV(B)355.82º96.63%81.57%-
XYZ26.2213.621.96-
YUV68.7101.09227.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 88.14%
GREEN value IS 7 (3.12% from 255) = 2.97%
BLUE value IS 21 (8.59% from 255) = 8.90%
R=88.14%
G=2.97%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20872100.970.900.18355.8293.4942.16
HexD07150615A121645d2a
Octal32072501411322254413552
Binary1101000011110101011000011011010100101011001001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00715; }

 p { color: rgb(208,7,21); }

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

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

 a { background-color: rgb(208,7,21); }

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

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

 span { border-color: rgb(208,7,21); }

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