#DD0304

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

Shades of Venetian Red #DD0304

Tints of Venetian Red #DD0304

Color information

#DD0304 (or 0xDD0304) is unknown color: approx Venetian Red. HEX triplet: DD, 03 and 04. RGB value is (221,3,4). Sum of RGB (Red+Green+Blue) = 221+3+4=228 (30% of max value = 765). Red value is 221 (86.72% from 255 or 96.93% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0304 is #22FCFB. Grayscale: #444444. Windows color (decimal): -2292988 or 263133. OLE color: 263133.

HSL color Cylindrical-coordinate representation of color #DD0304: hue angle of 359.72º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0304 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB22134-
CMYK00.990.980.13
HSL359.72º97.32%43.92%-
HSV(B)359.72º98.64%86.67%-
XYZ29.8715.451.52-
YUV68.391.72236.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 96.93%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 4 (1.95% from 255) = 1.75%
R=96.93%
G=1.32%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213400.990.980.13359.7297.3243.92
HexDD3406362D168612c
Octal3353401431421555014154
Binary110111011110001100011110001011011011010001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0304; }

 p { color: rgb(221,3,4); }

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

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

 a { background-color: rgb(221,3,4); }

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

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

 span { border-color: rgb(221,3,4); }

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