#D3020C

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

Shades of Venetian Red #D3020C

Tints of Venetian Red #D3020C

Color information

#D3020C (or 0xD3020C) is unknown color: approx Venetian Red. HEX triplet: D3, 02 and 0C. RGB value is (211,2,12). Sum of RGB (Red+Green+Blue) = 211+2+12=225 (29% of max value = 765). Red value is 211 (82.81% from 255 or 93.78% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 211 - color contains mainly: red. Hex color #D3020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3020C is #2CFDF3. Grayscale: #414141. Windows color (decimal): -2948596 or 787155. OLE color: 787155.

HSL color Cylindrical-coordinate representation of color #D3020C: hue angle of 357.13º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3020C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB211212-
CMYK00.990.940.17
HSL357.13º98.12%41.76%-
HSV(B)357.13º99.05%82.75%-
XYZ26.9513.921.61-
YUV65.6397.74231.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 93.78%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 12 (5.08% from 255) = 5.33%
R=93.78%
G=0.89%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21121200.990.940.17357.1398.1241.76
HexD32C0635E11165622a
Octal32321401431362154514252
Binary11010011101100011000111011110100011011001011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3020C; }

 p { color: rgb(211,2,12); }

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

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

 a { background-color: rgb(211,2,12); }

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

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

 span { border-color: rgb(211,2,12); }

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