#DD1000

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

Shades of Free Speech Red #DD1000

Tints of Free Speech Red #DD1000

Color information

#DD1000 (or 0xDD1000) is unknown color: approx Free Speech Red. HEX triplet: DD, 10 and 00. RGB value is (221,16,0). Sum of RGB (Red+Green+Blue) = 221+16+0=237 (31% of max value = 765). Red value is 221 (86.72% from 255 or 93.25% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1000 is #22EFFF. Grayscale: #4B4B4B. Windows color (decimal): -2289664 or 4317. OLE color: 4317.

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

Color convert

RGB221160-
CMYK00.9310.13
HSL4.34º100%43.33%-
HSV(B)4.34º100%86.67%-
XYZ3015.741.46-
YUV75.4785.42231.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 93.25%
GREEN value IS 16 (6.64% from 255) = 6.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.25%
G=6.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116000.9310.134.3410043.33
HexDD10005D64D4642b
Octal335200013514415414453
Binary1101110110000001011101110010011011001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1000; }

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

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

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

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

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

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

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

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