#D10004

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

Shades of Venetian Red #D10004

Tints of Venetian Red #D10004

Color information

#D10004 (or 0xD10004) is unknown color: approx Venetian Red. HEX triplet: D1, 00 and 04. RGB value is (209,0,4). Sum of RGB (Red+Green+Blue) = 209+0+4=213 (28% of max value = 765). Red value is 209 (82.03% from 255 or 98.12% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 209 - color contains mainly: red. Hex color #D10004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10004 is #2EFFFB. Grayscale: #3F3F3F. Windows color (decimal): -3080188 or 262353. OLE color: 262353.

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

Color convert

RGB20904-
CMYK010.980.18
HSL358.85º100%40.98%-
HSV(B)358.85º100%81.96%-
XYZ26.3213.561.35-
YUV62.9594.74232.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 98.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 1.88%
R=98.12%
G=0%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20904010.980.18358.8510040.98
HexD10406462121676429
Octal3210401441422254714451
Binary110100010100011001001100010100101011001111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10004; }

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

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

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

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

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

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

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

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