#DD0002

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

Shades of Venetian Red #DD0002

Tints of Venetian Red #DD0002

Color information

#DD0002 (or 0xDD0002) is unknown color: approx Venetian Red. HEX triplet: DD, 00 and 02. RGB value is (221,0,2). Sum of RGB (Red+Green+Blue) = 221+0+2=223 (29% of max value = 765). Red value is 221 (86.72% from 255 or 99.10% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0002 is #22FFFD. Grayscale: #424242. Windows color (decimal): -2293758 or 131293. OLE color: 131293.

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

Color convert

RGB22102-
CMYK010.990.13
HSL359.46º100%43.33%-
HSV(B)359.46º100%86.67%-
XYZ29.8315.381.45-
YUV66.3191.72238.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 99.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=99.10%
G=0%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22102010.990.13359.4610043.33
HexDD0206463D167642b
Octal3350201441431554714453
Binary1101110101001100100110001111011011001111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0002; }

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

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

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

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

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

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

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

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