Html Css Color HEX #AE1300 Free Speech Red

📋 copy color: '#AE1300'

red 174 ◦ green 19 ◦ blue 0

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

Shades of Free Speech Red #AE1300

Tints of Free Speech Red #AE1300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.84%

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

R = 90.16%
G = 9.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE1300 (or 0xAE1300) is known color: Free Speech Red. HEX triplet: AE, 13 and 00. RGB value is (174,19,0). Sum of RGB (Red+Green+Blue) = 174+19+0=193 (25% of max value = 765). Red value is 174 (68.36% from 255 or 90.16% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1300 is #51ECFF. Grayscale: #3F3F3F. Windows color (decimal): -5369088 or 5038. OLE color: 5038.

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

Color convert

RGB 174 19 0 -
CMYK 0 0.89 1 0.32
HSL 6.55º 1% 0.34% -
HSV(B) 6.55º 1% 0.68% -
XYZ 17.69 9.46 0.89 -
YUV 63.18 92.35 207.04 -
System Red Green Blue C M Y K H S L
Decimal 174 19 0 0 0.89 1 0.32 6.55 1 0.34
Hex AE 13 0 0 59 64 20 7 64 22
Octal 256 23 0 0 131 144 40 7 144 42
Binary 10101110 10011 0 0 1011001 1100100 100000 111 1100100 100010

Color Harmonies of #AE1300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1300

Black with #AE1300

Text Example


Text Example

White with #AE1300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1300; }

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

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

background-color css

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

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

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

border-color css

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

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

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