Html Css Color HEX #AC1507 Free Speech Red

📋 copy color: '#AC1507'

red 172 ◦ green 21 ◦ blue 7

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

Shades of Free Speech Red #AC1507

Tints of Free Speech Red #AC1507

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.5%

 BLUE value IS 7 (3.13% from 255) = 3.5%

R = 86%
G = 10.5%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC1507 (or 0xAC1507) is known color: Free Speech Red. HEX triplet: AC, 15 and 07. RGB value is (172,21,7). Sum of RGB (Red+Green+Blue) = 172+21+7=200 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1507 is #53EAF8. Grayscale: #404040. Windows color (decimal): -5499641 or 464300. OLE color: 464300.

HSL color Cylindrical-coordinate representation of color #AC1507: hue angle of 5.09º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC1507 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 21 7 -
CMYK 0 0.88 0.96 0.33
HSL 5.09º 0.92% 0.35% -
HSV(B) 5.09º 0.96% 0.67% -
XYZ 17.32 9.32 1.09 -
YUV 64.55 95.53 204.64 -
System Red Green Blue C M Y K H S L
Decimal 172 21 7 0 0.88 0.96 0.33 5.09 0.92 0.35
Hex AC 15 7 0 58 60 21 5 5C 23
Octal 254 25 7 0 130 140 41 5 134 43
Binary 10101100 10101 111 0 1011000 1100000 100001 101 1011100 100011

Color Harmonies of #AC1507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1507

Black with #AC1507

Text Example


Text Example

White with #AC1507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1507; }

 p { color: rgb(172,21,7); }

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

background-color css

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

 a { background-color: rgb(172,21,7); }

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

border-color css

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

 span { border-color: rgb(172,21,7); }

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