#D70110

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

Shades of Venetian Red #D70110

Tints of Venetian Red #D70110

Color information

#D70110 (or 0xD70110) is unknown color: approx Venetian Red. HEX triplet: D7, 01 and 10. RGB value is (215,1,16). Sum of RGB (Red+Green+Blue) = 215+1+16=232 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.67% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 215 - color contains mainly: red. Hex color #D70110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70110 is #28FEEF. Grayscale: #424242. Windows color (decimal): -2686704 or 1049047. OLE color: 1049047.

HSL color Cylindrical-coordinate representation of color #D70110: hue angle of 355.79º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70110 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB215116-
CMYK01.000.930.16
HSL355.79º99.07%42.35%-
HSV(B)355.79º99.53%84.31%-
XYZ28.1314.511.81-
YUV66.799.4233.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 92.67%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 16 (6.64% from 255) = 6.90%
R=92.67%
G=0.43%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511601.000.930.16355.7999.0742.35
HexD71100645D10164632a
Octal32712001441352054414352
Binary11010111110000011001001011101100001011001001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70110; }

 p { color: rgb(215,1,16); }

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

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

 a { background-color: rgb(215,1,16); }

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

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

 span { border-color: rgb(215,1,16); }

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