#DF1006

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

Shades of Free Speech Red #DF1006

Tints of Free Speech Red #DF1006

Color information

#DF1006 (or 0xDF1006) is unknown color: approx Free Speech Red. HEX triplet: DF, 10 and 06. RGB value is (223,16,6). Sum of RGB (Red+Green+Blue) = 223+16+6=245 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.02% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1006 is #20EFF9. Grayscale: #4C4C4C. Windows color (decimal): -2158586 or 397535. OLE color: 397535.

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

Color convert

RGB223166-
CMYK00.930.970.13
HSL2.76º94.76%44.9%-
HSV(B)2.76º97.31%87.45%-
XYZ30.6516.071.66-
YUV76.7588.08232.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 91.02%
GREEN value IS 16 (6.64% from 255) = 6.53%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=91.02%
G=6.53%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316600.930.970.132.7694.7644.9
HexDF10605D61D35f2d
Octal337206013514115313755
Binary11011111100001100101110111000011101111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1006; }

 p { color: rgb(223,16,6); }

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

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

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

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

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

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

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