#D6081D

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

Shades of Venetian Red #D6081D

Tints of Venetian Red #D6081D

Color information

#D6081D (or 0xD6081D) is unknown color: approx Venetian Red. HEX triplet: D6, 08 and 1D. RGB value is (214,8,29). Sum of RGB (Red+Green+Blue) = 214+8+29=251 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.26% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 214 - color contains mainly: red. Hex color #D6081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6081D is #29F7E2. Grayscale: #484848. Windows color (decimal): -2750435 or 1902806. OLE color: 1902806.

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

Color convert

RGB214829-
CMYK00.960.860.16
HSL353.88º92.79%43.53%-
HSV(B)353.88º96.26%83.92%-
XYZ28.0414.562.49-
YUV71.99103.75229.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 85.26%
GREEN value IS 8 (3.52% from 255) = 3.19%
BLUE value IS 29 (11.72% from 255) = 11.55%
R=85.26%
G=3.19%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21482900.960.860.16353.8892.7943.53
HexD681D06056101625d2c
Octal326103501401262054213554
Binary11010110100011101011000001010110100001011000101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6081D; }

 p { color: rgb(214,8,29); }

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

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

 a { background-color: rgb(214,8,29); }

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

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

 span { border-color: rgb(214,8,29); }

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