Html Css Color HEX #A71401 Free Speech Red

📋 copy color: '#A71401'

red 167 ◦ green 20 ◦ blue 1

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

Shades of Free Speech Red #A71401

Tints of Free Speech Red #A71401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.64%

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

R = 88.83%
G = 10.64%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A71401 (or 0xA71401) is known color: Free Speech Red. HEX triplet: A7, 14 and 01. RGB value is (167,20,1). Sum of RGB (Red+Green+Blue) = 167+20+1=188 (24% of max value = 765). Red value is 167 (65.62% from 255 or 88.83% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 167 - color contains mainly: red. Hex color #A71401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71401 is #58EBFE. Grayscale: #3E3E3E. Windows color (decimal): -5827583 or 70823. OLE color: 70823.

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

Color convert

RGB 167 20 1 -
CMYK 0 0.88 0.99 0.35
HSL 6.87º 0.99% 0.33% -
HSV(B) 6.87º 0.99% 0.65% -
XYZ 16.19 8.72 0.86 -
YUV 61.79 93.7 203.04 -
System Red Green Blue C M Y K H S L
Decimal 167 20 1 0 0.88 0.99 0.35 6.87 0.99 0.33
Hex A7 14 1 0 58 63 23 7 63 21
Octal 247 24 1 0 130 143 43 7 143 41
Binary 10100111 10100 1 0 1011000 1100011 100011 111 1100011 100001

Color Harmonies of #A71401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71401

Black with #A71401

Text Example


Text Example

White with #A71401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71401; }

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

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

background-color css

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

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

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

border-color css

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

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

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