#DD0404

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

Shades of Free Speech Red #DD0404

Tints of Free Speech Red #DD0404

Color information

#DD0404 (or 0xDD0404) is unknown color: approx Free Speech Red. HEX triplet: DD, 04 and 04. RGB value is (221,4,4). Sum of RGB (Red+Green+Blue) = 221+4+4=229 (30% of max value = 765). Red value is 221 (86.72% from 255 or 96.51% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0404 is #22FBFB. Grayscale: #454545. Windows color (decimal): -2292732 or 263389. OLE color: 263389.

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

Color convert

RGB22144-
CMYK00.980.980.13
HSL96.44%44.12%-
HSV(B)98.19%86.67%-
XYZ29.8815.471.53-
YUV68.8891.39236.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 96.51%
GREEN value IS 4 (1.95% from 255) = 1.75%
BLUE value IS 4 (1.95% from 255) = 1.75%
R=96.51%
G=1.75%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214400.980.980.13096.4444.12
HexDD4406262D0602c
Octal33544014214215014054
Binary11011101100100011000101100010110101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0404; }

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

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

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

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

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

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

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

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