Html Css Color HEX #A71701 Free Speech Red

📋 copy color: '#A71701'

red 167 ◦ green 23 ◦ blue 1

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

Shades of Free Speech Red #A71701

Tints of Free Speech Red #A71701

RGB

 RED value IS 167 (65.63% from 255) = 87.43%

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

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

R = 87.43%
G = 12.04%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A71701 (or 0xA71701) is known color: Free Speech Red. HEX triplet: A7, 17 and 01. RGB value is (167,23,1). Sum of RGB (Red+Green+Blue) = 167+23+1=191 (25% of max value = 765). Red value is 167 (65.62% from 255 or 87.43% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 167 - color contains mainly: red. Hex color #A71701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71701 is #58E8FE. Grayscale: #3F3F3F. Windows color (decimal): -5826815 or 71591. OLE color: 71591.

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

Color convert

RGB 167 23 1 -
CMYK 0 0.86 0.99 0.35
HSL 7.95º 0.99% 0.33% -
HSV(B) 7.95º 0.99% 0.65% -
XYZ 16.25 8.83 0.88 -
YUV 63.55 92.71 201.79 -
System Red Green Blue C M Y K H S L
Decimal 167 23 1 0 0.86 0.99 0.35 7.95 0.99 0.33
Hex A7 17 1 0 56 63 23 8 63 21
Octal 247 27 1 0 126 143 43 10 143 41
Binary 10100111 10111 1 0 1010110 1100011 100011 1000 1100011 100001

Color Harmonies of #A71701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71701

Black with #A71701

Text Example


Text Example

White with #A71701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71701; }

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

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

background-color css

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

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

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

border-color css

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

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

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