Html Css Color HEX #AE0C01 Free Speech Red

📋 copy color: '#AE0C01'

red 174 ◦ green 12 ◦ blue 1

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

Shades of Free Speech Red #AE0C01

Tints of Free Speech Red #AE0C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.42%

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

R = 93.05%
G = 6.42%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE0C01 (or 0xAE0C01) is known color: Free Speech Red. HEX triplet: AE, 0C and 01. RGB value is (174,12,1). Sum of RGB (Red+Green+Blue) = 174+12+1=187 (24% of max value = 765). Red value is 174 (68.36% from 255 or 93.05% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0C01 is #51F3FE. Grayscale: #3B3B3B. Windows color (decimal): -5370879 or 68782. OLE color: 68782.

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

Color convert

RGB 174 12 1 -
CMYK 0 0.93 0.99 0.32
HSL 3.82º 0.99% 0.34% -
HSV(B) 3.82º 0.99% 0.68% -
XYZ 17.59 9.26 0.89 -
YUV 59.18 95.17 209.89 -
System Red Green Blue C M Y K H S L
Decimal 174 12 1 0 0.93 0.99 0.32 3.82 0.99 0.34
Hex AE C 1 0 5D 63 20 4 63 22
Octal 256 14 1 0 135 143 40 4 143 42
Binary 10101110 1100 1 0 1011101 1100011 100000 100 1100011 100010

Color Harmonies of #AE0C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0C01

Black with #AE0C01

Text Example


Text Example

White with #AE0C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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