Html Css Color HEX #AE0400 Free Speech Red

📋 copy color: '#AE0400'

red 174 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #AE0400

Tints of Free Speech Red #AE0400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.75%
G = 2.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE0400 (or 0xAE0400) is known color: Free Speech Red. HEX triplet: AE, 04 and 00. RGB value is (174,4,0). Sum of RGB (Red+Green+Blue) = 174+4+0=178 (23% of max value = 765). Red value is 174 (68.36% from 255 or 97.75% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0400 is #51FBFF. Grayscale: #363636. Windows color (decimal): -5372928 or 1198. OLE color: 1198.

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

Color convert

RGB 174 4 0 -
CMYK 0 0.98 1 0.32
HSL 1.38º 1% 0.34% -
HSV(B) 1.38º 1% 0.68% -
XYZ 17.5 9.09 0.83 -
YUV 54.37 97.32 213.33 -
System Red Green Blue C M Y K H S L
Decimal 174 4 0 0 0.98 1 0.32 1.38 1 0.34
Hex AE 4 0 0 62 64 20 1 64 22
Octal 256 4 0 0 142 144 40 1 144 42
Binary 10101110 100 0 0 1100010 1100100 100000 1 1100100 100010

Color Harmonies of #AE0400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0400

Black with #AE0400

Text Example


Text Example

White with #AE0400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0400; }

 p { color: rgb(174,4,0); }

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

background-color css

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

 a { background-color: rgb(174,4,0); }

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

border-color css

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

 span { border-color: rgb(174,4,0); }

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