#D10020

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

Shades of Venetian Red #D10020

Tints of Venetian Red #D10020

Color information

#D10020 (or 0xD10020) is unknown color: approx Venetian Red. HEX triplet: D1, 00 and 20. RGB value is (209,0,32). Sum of RGB (Red+Green+Blue) = 209+0+32=241 (31% of max value = 765). Red value is 209 (82.03% from 255 or 86.72% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 209 - color contains mainly: red. Hex color #D10020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10020 is #2EFFDF. Grayscale: #424242. Windows color (decimal): -3080160 or 2097361. OLE color: 2097361.

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

Color convert

RGB209032-
CMYK010.850.18
HSL350.81º100%40.98%-
HSV(B)350.81º100%81.96%-
XYZ26.5613.662.6-
YUV66.14108.74229.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 86.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 13.28%
R=86.72%
G=0%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209032010.850.18350.8110040.98
HexD1020064551215f6429
Octal32104001441252253714451
Binary110100010100000011001001010101100101010111111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10020; }

 p { color: rgb(209,0,32); }

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

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

 a { background-color: rgb(209,0,32); }

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

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

 span { border-color: rgb(209,0,32); }

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