Html Css Color HEX #AE110A Free Speech Red

📋 copy color: '#AE110A'

red 174 ◦ green 17 ◦ blue 10

#AE110A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #AE110A

Tints of Free Speech Red #AE110A

RGB

 RED value IS 174 (68.36% from 255) = 86.57%

 GREEN value IS 17 (7.03% from 255) = 8.46%

 BLUE value IS 10 (4.3% from 255) = 4.98%

R = 86.57%
G = 8.46%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE110A (or 0xAE110A) is known color: Free Speech Red. HEX triplet: AE, 11 and 0A. RGB value is (174,17,10). Sum of RGB (Red+Green+Blue) = 174+17+10=201 (26% of max value = 765). Red value is 174 (68.36% from 255 or 86.57% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 174 - color contains mainly: red. Hex color #AE110A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE110A is #51EEF5. Grayscale: #3F3F3F. Windows color (decimal): -5369590 or 659886. OLE color: 659886.

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

Color convert

RGB 174 17 10 -
CMYK 0 0.90 0.94 0.32
HSL 2.56º 0.89% 0.36% -
HSV(B) 2.56º 0.94% 0.68% -
XYZ 17.71 9.42 1.17 -
YUV 63.15 98.01 207.07 -
System Red Green Blue C M Y K H S L
Decimal 174 17 10 0 0.90 0.94 0.32 2.56 0.89 0.36
Hex AE 11 A 0 5A 5E 20 3 59 24
Octal 256 21 12 0 132 136 40 3 131 44
Binary 10101110 10001 1010 0 1011010 1011110 100000 11 1011001 100100

Color Harmonies of #AE110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE110A

Black with #AE110A

Text Example


Text Example

White with #AE110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE110A; }

 p { color: rgb(174,17,10); }

 H1.HeaderClassName
 {
   color: #AE110A;
 }
 .AnyTagClassName
 {
   color: #AE110A;
 }
</style>

background-color css

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

 a { background-color: rgb(174,17,10); }

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

border-color css

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

 span { border-color: rgb(174,17,10); }

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