Html Css Color HEX #AC1701 Free Speech Red

📋 copy color: '#AC1701'

red 172 ◦ green 23 ◦ blue 1

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

Shades of Free Speech Red #AC1701

Tints of Free Speech Red #AC1701

RGB

 RED value IS 172 (67.58% from 255) = 87.76%

 GREEN value IS 23 (9.38% from 255) = 11.73%

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

R = 87.76%
G = 11.73%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC1701 (or 0xAC1701) is known color: Free Speech Red. HEX triplet: AC, 17 and 01. RGB value is (172,23,1). Sum of RGB (Red+Green+Blue) = 172+23+1=196 (25% of max value = 765). Red value is 172 (67.58% from 255 or 87.76% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1701 is #53E8FE. Grayscale: #414141. Windows color (decimal): -5499135 or 71596. OLE color: 71596.

HSL color Cylindrical-coordinate representation of color #AC1701: hue angle of 7.72º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC1701 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 23 1 -
CMYK 0 0.87 0.99 0.33
HSL 7.72º 0.99% 0.34% -
HSV(B) 7.72º 0.99% 0.67% -
XYZ 17.33 9.39 0.93 -
YUV 65.04 91.86 204.29 -
System Red Green Blue C M Y K H S L
Decimal 172 23 1 0 0.87 0.99 0.33 7.72 0.99 0.34
Hex AC 17 1 0 57 63 21 8 63 22
Octal 254 27 1 0 127 143 41 10 143 42
Binary 10101100 10111 1 0 1010111 1100011 100001 1000 1100011 100010

Color Harmonies of #AC1701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1701

Black with #AC1701

Text Example


Text Example

White with #AC1701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1701; }

 p { color: rgb(172,23,1); }

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

background-color css

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

 a { background-color: rgb(172,23,1); }

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

border-color css

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

 span { border-color: rgb(172,23,1); }

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