#DD0012

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

Shades of Venetian Red #DD0012

Tints of Venetian Red #DD0012

Color information

#DD0012 (or 0xDD0012) is unknown color: approx Venetian Red. HEX triplet: DD, 00 and 12. RGB value is (221,0,18). Sum of RGB (Red+Green+Blue) = 221+0+18=239 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.47% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0012 is #22FFED. Grayscale: #444444. Windows color (decimal): -2293742 or 1179869. OLE color: 1179869.

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

Color convert

RGB221018-
CMYK010.920.13
HSL355.11º100%43.33%-
HSV(B)355.11º100%86.67%-
XYZ29.9315.421.97-
YUV68.1399.72237.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 92.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=92.47%
G=0%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221018010.920.13355.1110043.33
HexDD0120645CD163642b
Octal33502201441341554314453
Binary1101110101001001100100101110011011011000111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0012; }

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

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

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

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

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

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

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

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