Html Css Color HEX #A71900 Free Speech Red

📋 copy color: '#A71900'

red 167 ◦ green 25 ◦ blue 0

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

Shades of Free Speech Red #A71900

Tints of Free Speech Red #A71900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.02%

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

R = 86.98%
G = 13.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A71900 (or 0xA71900) is known color: Free Speech Red. HEX triplet: A7, 19 and 00. RGB value is (167,25,0). Sum of RGB (Red+Green+Blue) = 167+25+0=192 (25% of max value = 765). Red value is 167 (65.62% from 255 or 86.98% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 167 - color contains mainly: red. Hex color #A71900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71900 is #58E6FF. Grayscale: #404040. Windows color (decimal): -5826304 or 6567. OLE color: 6567.

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

Color convert

RGB 167 25 0 -
CMYK 0 0.85 1 0.35
HSL 8.98º 1% 0.33% -
HSV(B) 8.98º 1% 0.65% -
XYZ 16.28 8.91 0.86 -
YUV 64.61 91.54 201.03 -
System Red Green Blue C M Y K H S L
Decimal 167 25 0 0 0.85 1 0.35 8.98 1 0.33
Hex A7 19 0 0 55 64 23 9 64 21
Octal 247 31 0 0 125 144 43 11 144 41
Binary 10100111 11001 0 0 1010101 1100100 100011 1001 1100100 100001

Color Harmonies of #A71900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71900

Black with #A71900

Text Example


Text Example

White with #A71900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71900; }

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

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

background-color css

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

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

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

border-color css

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

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

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