#D0031E

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

Shades of Venetian Red #D0031E

Tints of Venetian Red #D0031E

Color information

#D0031E (or 0xD0031E) is unknown color: approx Venetian Red. HEX triplet: D0, 03 and 1E. RGB value is (208,3,30). Sum of RGB (Red+Green+Blue) = 208+3+30=241 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.31% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 208 - color contains mainly: red. Hex color #D0031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0031E is #2FFCE1. Grayscale: #434343. Windows color (decimal): -3144930 or 1967056. OLE color: 1967056.

HSL color Cylindrical-coordinate representation of color #D0031E: hue angle of 352.1º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0031E is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB208330-
CMYK00.990.860.18
HSL352.1º97.16%41.37%-
HSV(B)352.1º98.56%81.57%-
XYZ26.2813.572.46-
YUV67.37106.92228.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 86.31%
GREEN value IS 3 (1.56% from 255) = 1.24%
BLUE value IS 30 (12.11% from 255) = 12.45%
R=86.31%
G=1.24%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20833000.990.860.18352.197.1641.37
HexD031E06356121606129
Octal32033601431262254014151
Binary110100001111110011000111010110100101011000001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0031E; }

 p { color: rgb(208,3,30); }

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

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

 a { background-color: rgb(208,3,30); }

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

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

 span { border-color: rgb(208,3,30); }

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