#AE0D02

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

Shades of Free Speech Red #AE0D02

Tints of Free Speech Red #AE0D02

Color information

#AE0D02 (or 0xAE0D02) is unknown color: approx Free Speech Red. HEX triplet: AE, 0D and 02. RGB value is (174,13,2). Sum of RGB (Red+Green+Blue) = 174+13+2=189 (25% of max value = 765). Red value is 174 (68.36% from 255 or 92.06% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0D02 is #51F2FD. Grayscale: #3C3C3C. Windows color (decimal): -5370622 or 134574. OLE color: 134574.

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

Color convert

RGB174132-
CMYK00.930.990.32
HSL3.84º97.73%34.51%-
HSV(B)3.84º98.85%68.24%-
XYZ17.619.290.92-
YUV59.8895.34209.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 92.06%
GREEN value IS 13 (5.47% from 255) = 6.88%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=92.06%
G=6.88%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413200.930.990.323.8497.7334.51
HexAED205D632046223
Octal256152013514340414243
Binary101011101101100101110111000111000001001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0D02; }

 p { color: rgb(174,13,2); }

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

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

 a { background-color: rgb(174,13,2); }

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

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

 span { border-color: rgb(174,13,2); }

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