#DD1200

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

Shades of Free Speech Red #DD1200

Tints of Free Speech Red #DD1200

Color information

#DD1200 (or 0xDD1200) is unknown color: approx Free Speech Red. HEX triplet: DD, 12 and 00. RGB value is (221,18,0). Sum of RGB (Red+Green+Blue) = 221+18+0=239 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.47% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1200 is #22EDFF. Grayscale: #4C4C4C. Windows color (decimal): -2289152 or 4829. OLE color: 4829.

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

Color convert

RGB221180-
CMYK00.9210.13
HSL4.89º100%43.33%-
HSV(B)4.89º100%86.67%-
XYZ30.0415.81.47-
YUV76.6484.75230.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 92.47%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.47%
G=7.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118000.9210.134.8910043.33
HexDD12005C64D5642b
Octal335220013414415514453
Binary1101110110010001011100110010011011011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1200; }

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

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

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

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

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

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

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

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