#D20102

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

Shades of Venetian Red #D20102

Tints of Venetian Red #D20102

Color information

#D20102 (or 0xD20102) is unknown color: approx Venetian Red. HEX triplet: D2, 01 and 02. RGB value is (210,1,2). Sum of RGB (Red+Green+Blue) = 210+1+2=213 (28% of max value = 765). Red value is 210 (82.42% from 255 or 98.59% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 210 - color contains mainly: red. Hex color #D20102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20102 is #2DFEFD. Grayscale: #3F3F3F. Windows color (decimal): -3014398 or 131538. OLE color: 131538.

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

Color convert

RGB21012-
CMYK01.000.990.18
HSL359.71º99.05%41.37%-
HSV(B)359.71º99.52%82.35%-
XYZ26.613.731.31-
YUV63.693.24232.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 98.59%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=98.59%
G=0.47%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101201.000.990.18359.7199.0541.37
HexD21206463121686329
Octal3221201441432255014351
Binary11010010110011001001100011100101011010001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20102; }

 p { color: rgb(210,1,2); }

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

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

 a { background-color: rgb(210,1,2); }

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

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

 span { border-color: rgb(210,1,2); }

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