#D3081E

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

Shades of Venetian Red #D3081E

Tints of Venetian Red #D3081E

Color information

#D3081E (or 0xD3081E) is unknown color: approx Venetian Red. HEX triplet: D3, 08 and 1E. RGB value is (211,8,30). Sum of RGB (Red+Green+Blue) = 211+8+30=249 (32% of max value = 765). Red value is 211 (82.81% from 255 or 84.74% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 211 - color contains mainly: red. Hex color #D3081E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3081E is #2CF7E1. Grayscale: #474747. Windows color (decimal): -2947042 or 1968339. OLE color: 1968339.

HSL color Cylindrical-coordinate representation of color #D3081E: hue angle of 353.5º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3081E is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB211830-
CMYK00.960.860.17
HSL353.5º92.69%42.94%-
HSV(B)353.5º96.21%82.75%-
XYZ27.1914.122.52-
YUV71.2104.75227.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 84.74%
GREEN value IS 8 (3.52% from 255) = 3.21%
BLUE value IS 30 (12.11% from 255) = 12.05%
R=84.74%
G=3.21%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21183000.960.860.17353.592.6942.94
HexD381E06056111615d2b
Octal323103601401262154113553
Binary11010011100011110011000001010110100011011000011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3081E; }

 p { color: rgb(211,8,30); }

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

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

 a { background-color: rgb(211,8,30); }

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

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

 span { border-color: rgb(211,8,30); }

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