#D0031A

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

Shades of Venetian Red #D0031A

Tints of Venetian Red #D0031A

Color information

#D0031A (or 0xD0031A) is unknown color: approx Venetian Red. HEX triplet: D0, 03 and 1A. RGB value is (208,3,26). Sum of RGB (Red+Green+Blue) = 208+3+26=237 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.76% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 208 - color contains mainly: red. Hex color #D0031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0031A is #2FFCE5. Grayscale: #434343. Windows color (decimal): -3144934 or 1704912. OLE color: 1704912.

HSL color Cylindrical-coordinate representation of color #D0031A: hue angle of 353.27º 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 #D0031A is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB208326-
CMYK00.990.880.18
HSL353.27º97.16%41.37%-
HSV(B)353.27º98.56%81.57%-
XYZ26.2313.552.21-
YUV66.92104.92228.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 87.76%
GREEN value IS 3 (1.56% from 255) = 1.27%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=87.76%
G=1.27%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20832600.990.880.18353.2797.1641.37
HexD031A06358121616129
Octal32033201431302254114151
Binary110100001111010011000111011000100101011000011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0031A; }

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

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

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

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

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

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

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

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