#D10002

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

Shades of Venetian Red #D10002

Tints of Venetian Red #D10002

Color information

#D10002 (or 0xD10002) is unknown color: approx Venetian Red. HEX triplet: D1, 00 and 02. RGB value is (209,0,2). Sum of RGB (Red+Green+Blue) = 209+0+2=211 (27% of max value = 765). Red value is 209 (82.03% from 255 or 99.05% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 209 - color contains mainly: red. Hex color #D10002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10002 is #2EFFFD. Grayscale: #3E3E3E. Windows color (decimal): -3080190 or 131281. OLE color: 131281.

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

Color convert

RGB20902-
CMYK010.990.18
HSL359.43º100%40.98%-
HSV(B)359.43º100%81.96%-
XYZ26.3113.561.29-
YUV62.7293.74232.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 99.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=99.05%
G=0%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20902010.990.18359.4310040.98
HexD10206463121676429
Octal3210201441432254714451
Binary11010001010011001001100011100101011001111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10002; }

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

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

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

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

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

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

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

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