#DF0A06

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

Shades of Free Speech Red #DF0A06

Tints of Free Speech Red #DF0A06

Color information

#DF0A06 (or 0xDF0A06) is unknown color: approx Free Speech Red. HEX triplet: DF, 0A and 06. RGB value is (223,10,6). Sum of RGB (Red+Green+Blue) = 223+10+6=239 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.31% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0A06 is #20F5F9. Grayscale: #494949. Windows color (decimal): -2160122 or 395999. OLE color: 395999.

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

Color convert

RGB223106-
CMYK00.960.970.13
HSL1.11º94.76%44.9%-
HSV(B)1.11º97.31%87.45%-
XYZ30.5715.921.63-
YUV73.2390.07234.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 93.31%
GREEN value IS 10 (4.30% from 255) = 4.18%
BLUE value IS 6 (2.73% from 255) = 2.51%
R=93.31%
G=4.18%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310600.960.970.131.1194.7644.9
HexDFA606061D15f2d
Octal337126014014115113755
Binary110111111010110011000001100001110111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0A06; }

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

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

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

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

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

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

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

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