Html Css Color HEX #AE1201 Free Speech Red

📋 copy color: '#AE1201'

red 174 ◦ green 18 ◦ blue 1

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

Shades of Free Speech Red #AE1201

Tints of Free Speech Red #AE1201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.33%

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

R = 90.16%
G = 9.33%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE1201 (or 0xAE1201) is known color: Free Speech Red. HEX triplet: AE, 12 and 01. RGB value is (174,18,1). Sum of RGB (Red+Green+Blue) = 174+18+1=193 (25% of max value = 765). Red value is 174 (68.36% from 255 or 90.16% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1201 is #51EDFE. Grayscale: #3E3E3E. Windows color (decimal): -5369343 or 70318. OLE color: 70318.

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

Color convert

RGB 174 18 1 -
CMYK 0 0.90 0.99 0.32
HSL 5.9º 0.99% 0.34% -
HSV(B) 5.9º 0.99% 0.68% -
XYZ 17.68 9.43 0.92 -
YUV 62.71 93.18 207.38 -
System Red Green Blue C M Y K H S L
Decimal 174 18 1 0 0.90 0.99 0.32 5.9 0.99 0.34
Hex AE 12 1 0 5A 63 20 6 63 22
Octal 256 22 1 0 132 143 40 6 143 42
Binary 10101110 10010 1 0 1011010 1100011 100000 110 1100011 100010

Color Harmonies of #AE1201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1201

Black with #AE1201

Text Example


Text Example

White with #AE1201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1201; }

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

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

background-color css

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

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

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

border-color css

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

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

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