#AE1209

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

Shades of Free Speech Red #AE1209

Tints of Free Speech Red #AE1209

Color information

#AE1209 (or 0xAE1209) is unknown color: approx Free Speech Red. HEX triplet: AE, 12 and 09. RGB value is (174,18,9). Sum of RGB (Red+Green+Blue) = 174+18+9=201 (26% of max value = 765). Red value is 174 (68.36% from 255 or 86.57% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1209 is #51EDF6. Grayscale: #3F3F3F. Windows color (decimal): -5369335 or 594606. OLE color: 594606.

HSL color Cylindrical-coordinate representation of color #AE1209: hue angle of 3.27º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE1209 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB174189-
CMYK00.900.950.32
HSL3.27º90.16%35.88%-
HSV(B)3.27º94.83%68.24%-
XYZ17.729.451.15-
YUV63.6297.18206.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 86.57%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 9 (3.91% from 255) = 4.48%
R=86.57%
G=8.96%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17418900.900.950.323.2790.1635.88
HexAE12905A5F2035a24
Octal2562211013213740313244
Binary10101110100101001010110101011111100000111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1209; }

 p { color: rgb(174,18,9); }

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

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

 a { background-color: rgb(174,18,9); }

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

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

 span { border-color: rgb(174,18,9); }

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