Html Css Color HEX #AA1401 Free Speech Red

📋 copy color: '#AA1401'

red 170 ◦ green 20 ◦ blue 1

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

Shades of Free Speech Red #AA1401

Tints of Free Speech Red #AA1401

RGB

 RED value IS 170 (66.8% from 255) = 89.01%

 GREEN value IS 20 (8.2% from 255) = 10.47%

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

R = 89.01%
G = 10.47%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA1401 (or 0xAA1401) is known color: Free Speech Red. HEX triplet: AA, 14 and 01. RGB value is (170,20,1). Sum of RGB (Red+Green+Blue) = 170+20+1=191 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.01% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1401 is #55EBFE. Grayscale: #3E3E3E. Windows color (decimal): -5630975 or 70826. OLE color: 70826.

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

Color convert

RGB 170 20 1 -
CMYK 0 0.88 0.99 0.33
HSL 6.75º 0.99% 0.34% -
HSV(B) 6.75º 0.99% 0.67% -
XYZ 16.83 9.05 0.89 -
YUV 62.68 93.2 204.54 -
System Red Green Blue C M Y K H S L
Decimal 170 20 1 0 0.88 0.99 0.33 6.75 0.99 0.34
Hex AA 14 1 0 58 63 21 7 63 22
Octal 252 24 1 0 130 143 41 7 143 42
Binary 10101010 10100 1 0 1011000 1100011 100001 111 1100011 100010

Color Harmonies of #AA1401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1401

Black with #AA1401

Text Example


Text Example

White with #AA1401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1401; }

 p { color: rgb(170,20,1); }

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

background-color css

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

 a { background-color: rgb(170,20,1); }

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

border-color css

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

 span { border-color: rgb(170,20,1); }

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