Html Css Color HEX #A71302 Free Speech Red

📋 copy color: '#A71302'

red 167 ◦ green 19 ◦ blue 2

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

Shades of Free Speech Red #A71302

Tints of Free Speech Red #A71302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 88.83%
G = 10.11%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A71302 (or 0xA71302) is known color: Free Speech Red. HEX triplet: A7, 13 and 02. RGB value is (167,19,2). Sum of RGB (Red+Green+Blue) = 167+19+2=188 (24% of max value = 765). Red value is 167 (65.62% from 255 or 88.83% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 167 - color contains mainly: red. Hex color #A71302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71302 is #58ECFD. Grayscale: #3D3D3D. Windows color (decimal): -5827838 or 136103. OLE color: 136103.

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

Color convert

RGB 167 19 2 -
CMYK 0 0.89 0.99 0.35
HSL 6.18º 0.98% 0.33% -
HSV(B) 6.18º 0.99% 0.65% -
XYZ 16.18 8.69 0.88 -
YUV 61.31 94.53 203.38 -
System Red Green Blue C M Y K H S L
Decimal 167 19 2 0 0.89 0.99 0.35 6.18 0.98 0.33
Hex A7 13 2 0 59 63 23 6 62 21
Octal 247 23 2 0 131 143 43 6 142 41
Binary 10100111 10011 10 0 1011001 1100011 100011 110 1100010 100001

Color Harmonies of #A71302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71302

Black with #A71302

Text Example


Text Example

White with #A71302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71302; }

 p { color: rgb(167,19,2); }

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

background-color css

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

 a { background-color: rgb(167,19,2); }

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

border-color css

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

 span { border-color: rgb(167,19,2); }

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