Html Css Color HEX #AE0901 Free Speech Red

📋 copy color: '#AE0901'

red 174 ◦ green 9 ◦ blue 1

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

Shades of Free Speech Red #AE0901

Tints of Free Speech Red #AE0901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.89%

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 94.57%
G = 4.89%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE0901 (or 0xAE0901) is known color: Free Speech Red. HEX triplet: AE, 09 and 01. RGB value is (174,9,1). Sum of RGB (Red+Green+Blue) = 174+9+1=184 (24% of max value = 765). Red value is 174 (68.36% from 255 or 94.57% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0901 is #51F6FE. Grayscale: #393939. Windows color (decimal): -5371647 or 68014. OLE color: 68014.

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

Color convert

RGB 174 9 1 -
CMYK 0 0.95 0.99 0.32
HSL 2.77º 0.99% 0.34% -
HSV(B) 2.77º 0.99% 0.68% -
XYZ 17.56 9.2 0.88 -
YUV 57.42 96.16 211.15 -
System Red Green Blue C M Y K H S L
Decimal 174 9 1 0 0.95 0.99 0.32 2.77 0.99 0.34
Hex AE 9 1 0 5F 63 20 3 63 22
Octal 256 11 1 0 137 143 40 3 143 42
Binary 10101110 1001 1 0 1011111 1100011 100000 11 1100011 100010

Color Harmonies of #AE0901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0901

Black with #AE0901

Text Example


Text Example

White with #AE0901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0901; }

 p { color: rgb(174,9,1); }

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

background-color css

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

 a { background-color: rgb(174,9,1); }

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

border-color css

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

 span { border-color: rgb(174,9,1); }

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