#DD001A

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

Shades of Venetian Red #DD001A

Tints of Venetian Red #DD001A

Color information

#DD001A (or 0xDD001A) is unknown color: approx Venetian Red. HEX triplet: DD, 00 and 1A. RGB value is (221,0,26). Sum of RGB (Red+Green+Blue) = 221+0+26=247 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.47% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 221 - color contains mainly: red. Hex color #DD001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD001A is #22FFE5. Grayscale: #454545. Windows color (decimal): -2293734 or 1704157. OLE color: 1704157.

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

Color convert

RGB221026-
CMYK010.880.13
HSL352.94º100%43.33%-
HSV(B)352.94º100%86.67%-
XYZ30.0115.452.38-
YUV69.04103.72236.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 89.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=89.47%
G=0%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221026010.880.13352.9410043.33
HexDD01A06458D161642b
Octal33503201441301554114453
Binary1101110101101001100100101100011011011000011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD001A; }

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

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

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

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

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

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

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

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