#D00109

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

Shades of Venetian Red #D00109

Tints of Venetian Red #D00109

Color information

#D00109 (or 0xD00109) is unknown color: approx Venetian Red. HEX triplet: D0, 01 and 09. RGB value is (208,1,9). Sum of RGB (Red+Green+Blue) = 208+1+9=218 (28% of max value = 765). Red value is 208 (81.64% from 255 or 95.41% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 208 - color contains mainly: red. Hex color #D00109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00109 is #2FFEF6. Grayscale: #3F3F3F. Windows color (decimal): -3145463 or 590288. OLE color: 590288.

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

Color convert

RGB20819-
CMYK01.000.960.18
HSL357.68º99.04%40.98%-
HSV(B)357.68º99.52%81.57%-
XYZ26.0713.451.48-
YUV63.8197.08230.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 95.41%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 9 (3.91% from 255) = 4.13%
R=95.41%
G=0.46%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.96
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081901.000.960.18357.6899.0440.98
HexD01906460121666329
Octal32011101441402254614351
Binary1101000011001011001001100000100101011001101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00109; }

 p { color: rgb(208,1,9); }

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

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

 a { background-color: rgb(208,1,9); }

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

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

 span { border-color: rgb(208,1,9); }

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