#DD0010

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

Shades of Venetian Red #DD0010

Tints of Venetian Red #DD0010

Color information

#DD0010 (or 0xDD0010) is unknown color: approx Venetian Red. HEX triplet: DD, 00 and 10. RGB value is (221,0,16). Sum of RGB (Red+Green+Blue) = 221+0+16=237 (31% of max value = 765). Red value is 221 (86.72% from 255 or 93.25% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0010 is #22FFEF. Grayscale: #444444. Windows color (decimal): -2293744 or 1048797. OLE color: 1048797.

HSL color Cylindrical-coordinate representation of color #DD0010: hue angle of 355.66º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0010 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB221016-
CMYK010.930.13
HSL355.66º100%43.33%-
HSV(B)355.66º100%86.67%-
XYZ29.9115.411.89-
YUV67.998.72237.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 93.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=93.25%
G=0%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221016010.930.13355.6610043.33
HexDD0100645DD164642b
Octal33502001441351554414453
Binary1101110101000001100100101110111011011001001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0010; }

 p { color: rgb(221,0,16); }

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

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

 a { background-color: rgb(221,0,16); }

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

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

 span { border-color: rgb(221,0,16); }

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