Html Css Color HEX #AC1501 Free Speech Red

📋 copy color: '#AC1501'

red 172 ◦ green 21 ◦ blue 1

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

Shades of Free Speech Red #AC1501

Tints of Free Speech Red #AC1501

RGB

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

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

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

R = 88.66%
G = 10.82%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC1501 (or 0xAC1501) is known color: Free Speech Red. HEX triplet: AC, 15 and 01. RGB value is (172,21,1). Sum of RGB (Red+Green+Blue) = 172+21+1=194 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.66% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1501 is #53EAFE. Grayscale: #404040. Windows color (decimal): -5499647 or 71084. OLE color: 71084.

HSL color Cylindrical-coordinate representation of color #AC1501: hue angle of 7.02º 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 #AC1501 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 21 1 -
CMYK 0 0.88 0.99 0.33
HSL 7.02º 0.99% 0.34% -
HSV(B) 7.02º 0.99% 0.67% -
XYZ 17.29 9.31 0.91 -
YUV 63.87 92.53 205.13 -
System Red Green Blue C M Y K H S L
Decimal 172 21 1 0 0.88 0.99 0.33 7.02 0.99 0.34
Hex AC 15 1 0 58 63 21 7 63 22
Octal 254 25 1 0 130 143 41 7 143 42
Binary 10101100 10101 1 0 1011000 1100011 100001 111 1100011 100010

Color Harmonies of #AC1501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1501

Black with #AC1501

Text Example


Text Example

White with #AC1501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1501; }

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

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

background-color css

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

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

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

border-color css

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

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

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