#AE1605

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

Shades of Free Speech Red #AE1605

Tints of Free Speech Red #AE1605

Color information

#AE1605 (or 0xAE1605) is unknown color: approx Free Speech Red. HEX triplet: AE, 16 and 05. RGB value is (174,22,5). Sum of RGB (Red+Green+Blue) = 174+22+5=201 (26% of max value = 765). Red value is 174 (68.36% from 255 or 86.57% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1605 is #51E9FA. Grayscale: #414141. Windows color (decimal): -5368315 or 333486. OLE color: 333486.

HSL color Cylindrical-coordinate representation of color #AE1605: hue angle of 6.04º degrees, saturation: 0.94, 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 #AE1605 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB174225-
CMYK00.870.970.32
HSL6.04º94.41%35.1%-
HSV(B)6.04º97.13%68.24%-
XYZ17.779.581.06-
YUV65.5193.86205.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 86.57%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 5 (2.34% from 255) = 2.49%
R=86.57%
G=10.95%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17422500.870.970.326.0494.4135.1
HexAE165057612065e23
Octal256265012714140613643
Binary10101110101101010101011111000011000001101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1605; }

 p { color: rgb(174,22,5); }

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

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

 a { background-color: rgb(174,22,5); }

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

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

 span { border-color: rgb(174,22,5); }

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