Html Css Color HEX #AE0700 Free Speech Red

📋 copy color: '#AE0700'

red 174 ◦ green 7 ◦ blue 0

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

Shades of Free Speech Red #AE0700

Tints of Free Speech Red #AE0700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.87%

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

R = 96.13%
G = 3.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE0700 (or 0xAE0700) is known color: Free Speech Red. HEX triplet: AE, 07 and 00. RGB value is (174,7,0). Sum of RGB (Red+Green+Blue) = 174+7+0=181 (23% of max value = 765). Red value is 174 (68.36% from 255 or 96.13% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0700 is #51F8FF. Grayscale: #383838. Windows color (decimal): -5372160 or 1966. OLE color: 1966.

HSL color Cylindrical-coordinate representation of color #AE0700: hue angle of 2.41º 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 #AE0700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 7 0 -
CMYK 0 0.96 1 0.32
HSL 2.41º 1% 0.34% -
HSV(B) 2.41º 1% 0.68% -
XYZ 17.53 9.15 0.84 -
YUV 56.14 96.33 212.07 -
System Red Green Blue C M Y K H S L
Decimal 174 7 0 0 0.96 1 0.32 2.41 1 0.34
Hex AE 7 0 0 60 64 20 2 64 22
Octal 256 7 0 0 140 144 40 2 144 42
Binary 10101110 111 0 0 1100000 1100100 100000 10 1100100 100010

Color Harmonies of #AE0700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0700

Black with #AE0700

Text Example


Text Example

White with #AE0700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0700; }

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

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

background-color css

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

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

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

border-color css

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

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

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