#AE0E06

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

Shades of Free Speech Red #AE0E06

Tints of Free Speech Red #AE0E06

Color information

#AE0E06 (or 0xAE0E06) is unknown color: approx Free Speech Red. HEX triplet: AE, 0E and 06. RGB value is (174,14,6). Sum of RGB (Red+Green+Blue) = 174+14+6=194 (25% of max value = 765). Red value is 174 (68.36% from 255 or 89.69% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0E06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0E06 is #51F1F9. Grayscale: #3D3D3D. Windows color (decimal): -5370362 or 396974. OLE color: 396974.

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

Color convert

RGB174146-
CMYK00.920.970.32
HSL2.86º93.33%35.29%-
HSV(B)2.86º96.55%68.24%-
XYZ17.659.331.04-
YUV60.9397.01208.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 89.69%
GREEN value IS 14 (5.86% from 255) = 7.22%
BLUE value IS 6 (2.73% from 255) = 3.09%
R=89.69%
G=7.22%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414600.920.970.322.8693.3335.29
HexAEE605C612035d23
Octal256166013414140313543
Binary101011101110110010111001100001100000111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0E06; }

 p { color: rgb(174,14,6); }

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

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

 a { background-color: rgb(174,14,6); }

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

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

 span { border-color: rgb(174,14,6); }

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