Html Css Color HEX #AE1C01 Free Speech Red

📋 copy color: '#AE1C01'

red 174 ◦ green 28 ◦ blue 1

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

Shades of Free Speech Red #AE1C01

Tints of Free Speech Red #AE1C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.79%

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

R = 85.71%
G = 13.79%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE1C01 (or 0xAE1C01) is known color: Free Speech Red. HEX triplet: AE, 1C and 01. RGB value is (174,28,1). Sum of RGB (Red+Green+Blue) = 174+28+1=203 (26% of max value = 765). Red value is 174 (68.36% from 255 or 85.71% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1C01 is #51E3FE. Grayscale: #444444. Windows color (decimal): -5366783 or 72878. OLE color: 72878.

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

Color convert

RGB 174 28 1 -
CMYK 0 0.84 0.99 0.32
HSL 9.36º 0.99% 0.34% -
HSV(B) 9.36º 0.99% 0.68% -
XYZ 17.88 9.83 0.98 -
YUV 68.58 89.87 203.2 -
System Red Green Blue C M Y K H S L
Decimal 174 28 1 0 0.84 0.99 0.32 9.36 0.99 0.34
Hex AE 1C 1 0 54 63 20 9 63 22
Octal 256 34 1 0 124 143 40 11 143 42
Binary 10101110 11100 1 0 1010100 1100011 100000 1001 1100011 100010

Color Harmonies of #AE1C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1C01

Black with #AE1C01

Text Example


Text Example

White with #AE1C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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