Html Css Color HEX #AE0702 Free Speech Red

📋 copy color: '#AE0702'

red 174 ◦ green 7 ◦ blue 2

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

Shades of Free Speech Red #AE0702

Tints of Free Speech Red #AE0702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.83%

 BLUE value IS 2 (1.17% from 255) = 1.09%

R = 95.08%
G = 3.83%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE0702 (or 0xAE0702) is known color: Free Speech Red. HEX triplet: AE, 07 and 02. RGB value is (174,7,2). Sum of RGB (Red+Green+Blue) = 174+7+2=183 (24% of max value = 765). Red value is 174 (68.36% from 255 or 95.08% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0702 is #51F8FD. Grayscale: #383838. Windows color (decimal): -5372158 or 133038. OLE color: 133038.

HSL color Cylindrical-coordinate representation of color #AE0702: hue angle of 1.74º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0702 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 7 2 -
CMYK 0 0.96 0.99 0.32
HSL 1.74º 0.98% 0.35% -
HSV(B) 1.74º 0.99% 0.68% -
XYZ 17.54 9.16 0.9 -
YUV 56.36 97.33 211.91 -
System Red Green Blue C M Y K H S L
Decimal 174 7 2 0 0.96 0.99 0.32 1.74 0.98 0.35
Hex AE 7 2 0 60 63 20 2 62 23
Octal 256 7 2 0 140 143 40 2 142 43
Binary 10101110 111 10 0 1100000 1100011 100000 10 1100010 100011

Color Harmonies of #AE0702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0702

Black with #AE0702

Text Example


Text Example

White with #AE0702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0702; }

 p { color: rgb(174,7,2); }

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

background-color css

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

 a { background-color: rgb(174,7,2); }

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

border-color css

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

 span { border-color: rgb(174,7,2); }

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