Html Css Color HEX #A71400 Free Speech Red

📋 copy color: '#A71400'

red 167 ◦ green 20 ◦ blue 0

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

Shades of Free Speech Red #A71400

Tints of Free Speech Red #A71400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 89.3%
G = 10.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A71400 (or 0xA71400) is known color: Free Speech Red. HEX triplet: A7, 14 and 00. RGB value is (167,20,0). Sum of RGB (Red+Green+Blue) = 167+20+0=187 (24% of max value = 765). Red value is 167 (65.62% from 255 or 89.30% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 167 - color contains mainly: red. Hex color #A71400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71400 is #58EBFF. Grayscale: #3D3D3D. Windows color (decimal): -5827584 or 5287. OLE color: 5287.

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

Color convert

RGB 167 20 0 -
CMYK 0 0.88 1 0.35
HSL 7.19º 1% 0.33% -
HSV(B) 7.19º 1% 0.65% -
XYZ 16.19 8.72 0.83 -
YUV 61.67 93.2 203.13 -
System Red Green Blue C M Y K H S L
Decimal 167 20 0 0 0.88 1 0.35 7.19 1 0.33
Hex A7 14 0 0 58 64 23 7 64 21
Octal 247 24 0 0 130 144 43 7 144 41
Binary 10100111 10100 0 0 1011000 1100100 100011 111 1100100 100001

Color Harmonies of #A71400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71400

Black with #A71400

Text Example


Text Example

White with #A71400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71400; }

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

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

background-color css

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

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

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

border-color css

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

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

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