#DD0016

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

Shades of Venetian Red #DD0016

Tints of Venetian Red #DD0016

Color information

#DD0016 (or 0xDD0016) is unknown color: approx Venetian Red. HEX triplet: DD, 00 and 16. RGB value is (221,0,22). Sum of RGB (Red+Green+Blue) = 221+0+22=243 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.95% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0016 is #22FFE9. Grayscale: #444444. Windows color (decimal): -2293738 or 1442013. OLE color: 1442013.

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

Color convert

RGB221022-
CMYK010.900.13
HSL354.03º100%43.33%-
HSV(B)354.03º100%86.67%-
XYZ29.9615.432.16-
YUV68.59101.72236.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 90.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 9.05%
R=90.95%
G=0%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221022010.900.13354.0310043.33
HexDD0160645AD162642b
Octal33502601441321554214453
Binary1101110101011001100100101101011011011000101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0016; }

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

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

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

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

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

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

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

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