#DD0606

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

Shades of Free Speech Red #DD0606

Tints of Free Speech Red #DD0606

Color information

#DD0606 (or 0xDD0606) is unknown color: approx Free Speech Red. HEX triplet: DD, 06 and 06. RGB value is (221,6,6). Sum of RGB (Red+Green+Blue) = 221+6+6=233 (30% of max value = 765). Red value is 221 (86.72% from 255 or 94.85% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0606 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0606 is #22F9F9. Grayscale: #464646. Windows color (decimal): -2292218 or 394973. OLE color: 394973.

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

Color convert

RGB22166-
CMYK00.970.970.13
HSL94.71%44.51%-
HSV(B)97.29%86.67%-
XYZ29.9215.521.59-
YUV70.2891.73235.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 94.85%
GREEN value IS 6 (2.73% from 255) = 2.58%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=94.85%
G=2.58%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216600.970.970.13094.7144.51
HexDD6606161D05f2d
Octal33566014114115013755
Binary11011101110110011000011100001110101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0606; }

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

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

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

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

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

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

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

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