#AE0704

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

Shades of Free Speech Red #AE0704

Tints of Free Speech Red #AE0704

Color information

#AE0704 (or 0xAE0704) is unknown color: approx Free Speech Red. HEX triplet: AE, 07 and 04. RGB value is (174,7,4). Sum of RGB (Red+Green+Blue) = 174+7+4=185 (24% of max value = 765). Red value is 174 (68.36% from 255 or 94.05% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0704 is #51F8FB. Grayscale: #383838. Windows color (decimal): -5372156 or 264110. OLE color: 264110.

HSL color Cylindrical-coordinate representation of color #AE0704: hue angle of 1.06º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0704 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB17474-
CMYK00.960.980.32
HSL1.06º95.51%34.9%-
HSV(B)1.06º97.7%68.24%-
XYZ17.559.160.96-
YUV56.5998.33211.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 94.05%
GREEN value IS 7 (3.12% from 255) = 3.78%
BLUE value IS 4 (1.95% from 255) = 2.16%
R=94.05%
G=3.78%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747400.960.980.321.0695.5134.9
HexAE74060622016023
Octal25674014014240114043
Binary1010111011110001100000110001010000011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0704; }

 p { color: rgb(174,7,4); }

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

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

 a { background-color: rgb(174,7,4); }

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

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

 span { border-color: rgb(174,7,4); }

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