Html Css Color HEX #AE1200 Free Speech Red

📋 copy color: '#AE1200'

red 174 ◦ green 18 ◦ blue 0

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

Shades of Free Speech Red #AE1200

Tints of Free Speech Red #AE1200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.63%
G = 9.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE1200 (or 0xAE1200) is known color: Free Speech Red. HEX triplet: AE, 12 and 00. RGB value is (174,18,0). Sum of RGB (Red+Green+Blue) = 174+18+0=192 (25% of max value = 765). Red value is 174 (68.36% from 255 or 90.62% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1200 is #51EDFF. Grayscale: #3E3E3E. Windows color (decimal): -5369344 or 4782. OLE color: 4782.

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

Color convert

RGB 174 18 0 -
CMYK 0 0.90 1 0.32
HSL 6.21º 1% 0.34% -
HSV(B) 6.21º 1% 0.68% -
XYZ 17.67 9.43 0.89 -
YUV 62.59 92.68 207.46 -
System Red Green Blue C M Y K H S L
Decimal 174 18 0 0 0.90 1 0.32 6.21 1 0.34
Hex AE 12 0 0 5A 64 20 6 64 22
Octal 256 22 0 0 132 144 40 6 144 42
Binary 10101110 10010 0 0 1011010 1100100 100000 110 1100100 100010

Color Harmonies of #AE1200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1200

Black with #AE1200

Text Example


Text Example

White with #AE1200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1200; }

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

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

background-color css

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

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

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

border-color css

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

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

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