#D70206

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

Shades of Venetian Red #D70206

Tints of Venetian Red #D70206

Color information

#D70206 (or 0xD70206) is unknown color: approx Venetian Red. HEX triplet: D7, 02 and 06. RGB value is (215,2,6). Sum of RGB (Red+Green+Blue) = 215+2+6=223 (29% of max value = 765). Red value is 215 (84.38% from 255 or 96.41% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 215 - color contains mainly: red. Hex color #D70206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70206 is #28FDF9. Grayscale: #424242. Windows color (decimal): -2686458 or 393943. OLE color: 393943.

HSL color Cylindrical-coordinate representation of color #D70206: hue angle of 358.87º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70206 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB21526-
CMYK00.990.970.16
HSL358.87º98.16%42.55%-
HSV(B)358.87º99.07%84.31%-
XYZ28.0814.51.49-
YUV66.1494.07234.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 96.41%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 6 (2.73% from 255) = 2.69%
R=96.41%
G=0.90%
B=2.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152600.990.970.16358.8798.1642.55
HexD7260636110167622b
Octal3272601431412054714253
Binary1101011110110011000111100001100001011001111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70206; }

 p { color: rgb(215,2,6); }

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

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

 a { background-color: rgb(215,2,6); }

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

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

 span { border-color: rgb(215,2,6); }

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